Sha256: 3a6ae79ec2174e26eacca662f6159a37b1072691727b7efd65c0bbb69973fe79

Contents?: true

Size: 243 Bytes

Versions: 21

Compression:

Stored size: 243 Bytes

Contents

module Vips
  # Various types of alignment. See {Image#join}, for example.
  #
  # * `:low` Align on the low coordinate edge
  # * `:centre` Align on the centre
  # * `:high` Align on the high coordinate edge

  class Align < Symbol
  end
end

Version data entries

21 entries across 21 versions & 3 rubygems

Version Path
ruby-vips-2.0.15 lib/vips/align.rb