Sha256: 19b61c3010c0831464893f8963a49b75fcaa602054820e2c8822d941cb32eedf

Contents?: true

Size: 329 Bytes

Versions: 21

Compression:

Stored size: 329 Bytes

Contents

module Vips
  # The type of relational operation to perform on an image. See
  # {Image#relational}.
  #
  # * ':more' more than
  # * ':less' less than
  # * ':moreeq' more than or equal to
  # * ':lesseq' less than or equal to
  # * ':equal' equal to
  # * ':noteq' not equal to

  class OperationRelational < Symbol
  end
end

Version data entries

21 entries across 21 versions & 3 rubygems

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