Sha256: 453f424d3a8748bc55521a4a98db4f6363ebaad42cd79024e245749c9fd4f5a8

Contents?: true

Size: 214 Bytes

Versions: 4

Compression:

Stored size: 214 Bytes

Contents

module Vips

  # Operations like {Image#flip} need to be told whether to flip
  # left-right or top-bottom.
  #
  # *   `:horizontal` left-right
  # *   `:vertical` top-bottom

  class Direction < Symbol
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

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