Sha256: bcf0dc599db745f74a041c982ff54795bfdecbcf192439f909cc16b805c2e629

Contents?: true

Size: 287 Bytes

Versions: 4

Compression:

Stored size: 287 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

4 entries across 4 versions & 2 rubygems

Version Path
ruby-vips-2.0.14 lib/vips/operationboolean.rb
vips-8.8.0.3 lib/vips/operationboolean.rb
vips-8.8.0.2 lib/vips/operationboolean.rb
vips-8.8.0.1 lib/vips/operationboolean.rb