Sha256: e4e7cedb212f15b55aa4e614e4606db284c5a3683bf623c34a7eae845280a5eb

Contents?: true

Size: 299 Bytes

Versions: 4

Compression:

Stored size: 299 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

4 entries across 4 versions & 2 rubygems

Version Path
ruby-vips-2.0.14 lib/vips/compass_direction.rb
vips-8.8.0.3 lib/vips/compass_direction.rb
vips-8.8.0.2 lib/vips/compass_direction.rb
vips-8.8.0.1 lib/vips/compass_direction.rb