Sha256: 9fcabccdcba20fd437be3a1a84c071104c9b0a4198e374bb0e320df7a05ccf48

Contents?: true

Size: 204 Bytes

Versions: 4

Compression:

Stored size: 204 Bytes

Contents

module Vips

  # The binary math operation to perform on an image. See {Image#math2}.
  #
  # * ':pow' pow()
  # * ':wop' pow(), but with the arguments reversed

  class OperationMath2 < Symbol
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

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