Sha256: 7ecad83ce9f42afc078eaf6df6124e841f1774664660cc3407eeba8d10e30d74

Contents?: true

Size: 506 Bytes

Versions: 18

Compression:

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

18 entries across 18 versions & 2 rubygems

Version Path
vips-8.6.3.2 lib/vips/operationmath.rb
vips-8.7.0.1 lib/vips/operationmath.rb
ruby-vips-2.0.13 lib/vips/operationmath.rb
vips-8.6.3.1 lib/vips/operationmath.rb
vips-8.6.3 lib/vips/operationmath.rb
ruby-vips-2.0.12 lib/vips/operationmath.rb
ruby-vips-2.0.11 lib/vips/operationmath.rb
ruby-vips-2.0.10 lib/vips/operationmath.rb
ruby-vips-2.0.9 lib/vips/operationmath.rb
ruby-vips-2.0.8 lib/vips/operationmath.rb
ruby-vips-2.0.7 lib/vips/operationmath.rb
ruby-vips-2.0.6 lib/vips/operationmath.rb
ruby-vips-2.0.5 lib/vips/operationmath.rb
ruby-vips-2.0.4 lib/vips/operationmath.rb
ruby-vips-2.0.3 lib/vips/operationmath.rb
ruby-vips-2.0.2 lib/vips/operationmath.rb
ruby-vips-2.0.1 lib/vips/operationmath.rb
ruby-vips-2.0.0 lib/vips/operationmath.rb