Sha256: e8b4bb2d9c1da07da0486fc202d83f7747731d48fa90ea0a5453f41672badc32

Contents?: true

Size: 413 Bytes

Versions: 8

Compression:

Stored size: 413 Bytes

Contents

module Vips

    # Various fixed 45 degree rotation angles. See {Vips::Image.rot45}.
    #
    # * `:d0` no rotate
    # * `:d45` 45 degrees clockwise 
    # * `:d90` 90 degrees clockwise
    # * `:d135` 135 degrees clockwise
    # * `:d180` 180 degrees 
    # * `:d225` 135 degrees anti-clockwise
    # * `:d270` 90 degrees anti-clockwise
    # * `:d315` 45 degrees anti-clockwise

    class Angle45
    end
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
ruby-vips-1.0.6 lib/vips/angle45.rb
ruby-vips-1.0.5 lib/vips/angle45.rb
ruby-vips-1.0.4 lib/vips/angle45.rb
ruby-vips-1.0.3 lib/vips/angle45.rb
ruby-vips-1.0.2 lib/vips/angle45.rb
ruby-vips-1.0.1 lib/vips/angle45.rb
ruby-vips-1.0.0 lib/vips/angle45.rb
ruby-vips8-0.1.0 lib/vips8/angle45.rb