Sha256: d799c3087576e33cf3fc0d3faa5df0d241b6965d9bbfbf9f3a254e6c9d593f51

Contents?: true

Size: 476 Bytes

Versions: 4

Compression:

Stored size: 476 Bytes

Contents

module Vips

  # The math operation to perform on an image. See {Image#math}.
  #
  # * ':sin' sin(), angles in degrees
  # * ':cos' cos(), angles in degrees
  # * ':tan' tan(), angles in degrees
  # * ':asin' asin(), angles in degrees
  # * ':acos' acos(), angles in degrees
  # * ':atan' atan(), angles in degrees
  # * ':log' log base e
  # * ':log10' log base 10
  # * ':exp' e to the something
  # * ':exp10' 10 to the something

  class OperationMath < Symbol
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

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