Sha256: 00d9821e28e4cac0c5c4c6641313ee6bd24ba64756f60cf561a0d9c97ce38689
Contents?: true
Size: 235 Bytes
Versions: 4
Compression:
Stored size: 235 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
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
ruby-vips-2.0.14 | lib/vips/angle.rb |
vips-8.8.0.3 | lib/vips/angle.rb |
vips-8.8.0.2 | lib/vips/angle.rb |
vips-8.8.0.1 | lib/vips/angle.rb |