Sha256: c88b489f1c425810216f3571a6d95975226ab9a9dd5fe010a05dbe512aaac610
Contents?: true
Size: 308 Bytes
Versions: 18
Compression:
Stored size: 308 Bytes
Contents
module Vips # The type of boolean operation to perform on an image. See # {Image#boolean}. # # * ':and' bitwise and # * ':or' bitwise or # * ':eor' bitwise eor # * ':lshift' shift left n bits # * ':rshift' shift right n bits class OperationBoolean < Symbol end end
Version data entries
18 entries across 18 versions & 2 rubygems