Sha256: 5881ea16308d97ede8aa4ea6c7cf18403e9833f0a72c83ba2778fc5501cd4122
Contents?: true
Size: 286 Bytes
Versions: 21
Compression:
Stored size: 286 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
21 entries across 21 versions & 3 rubygems