Sha256: 170941945ada16aeb5bc65128e44aa09923d0aeeca5f2c199ff5bc91c982bf22

Contents?: true

Size: 249 Bytes

Versions: 8

Compression:

Stored size: 249 Bytes

Contents

module Vips

    # Various fixed 90 degree rotation angles. See {Vips::Image.rot}.
    #
    # * `:d0` no rotate
    # * `:d90` 90 degrees clockwise
    # * `:d180` 180 degrees 
    # * `:d270` 90 degrees anti-clockwise

    class Angle
    end
end

Version data entries

8 entries across 8 versions & 2 rubygems

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