Sha256: 5dc01d1d6c4aa1b1bcd28853a4a61af05d345d5e11f7d9298230de5afda41e75

Contents?: true

Size: 416 Bytes

Versions: 18

Compression:

Stored size: 416 Bytes

Contents

module Vips

    # Various fixed 45 degree rotation angles. See {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 < Symbol
    end
end

Version data entries

18 entries across 18 versions & 2 rubygems

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