Sha256: 2a7cd06245c2518e7fffb95e366ff24e669a43163d91bcc026f8dd74cf4672bf
Contents?: true
Size: 353 Bytes
Versions: 18
Compression:
Stored size: 353 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
18 entries across 18 versions & 2 rubygems