Method: Vips::Image#rot270

Defined in:
lib/vips8/image.rb

#rot270Image

Rotate by 270 degrees clockwise.

Returns:

  • (Image)

    rotated image

[View source]

1212
1213
1214
# File 'lib/vips8/image.rb', line 1212

def rot270
    rot :d270
end