Sha256: 50d92ce23cecc83e584d3d89c6ea4773cd50ce9e02392380cac06cf9e919bca2

Contents?: true

Size: 252 Bytes

Versions: 18

Compression:

Stored size: 252 Bytes

Contents

module Vips

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

    class Angle < Symbol
    end
end

Version data entries

18 entries across 18 versions & 2 rubygems

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