Sha256: f438851e3b6ae72c88dafbab63eda8f06afee7b37b3200a2ce816a8149a05741
Contents?: true
Size: 298 Bytes
Versions: 24
Compression:
Stored size: 298 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
24 entries across 23 versions & 4 rubygems
Version | Path |
---|---|
vips-8.8.3 | lib/vips/compass_direction.rb |
ruby-vips-2.0.16 | lib/vips/compass_direction.rb |
vips-8.8.2 | lib/vips/compass_direction.rb |
ruby-vips-2.0.15 | lib/vips/compass_direction.rb |