Sha256: 41d5e3fb99935584bda3a6cff4de271e95639f412653b2d9ed67da51da0bfa70
Contents?: true
Size: 317 Bytes
Versions: 8
Compression:
Stored size: 317 Bytes
Contents
module Vips # A direction on a compass used for placing images. See {Image#gravity}. # # * `:centre` # * `:north` # * `:east` # * `:south` # * `:west` # * `:north-east` # * `"south-east` # * `:south-west` # * `:north-west` class CompassDirection < Symbol end end
Version data entries
8 entries across 8 versions & 2 rubygems