Method: Vips::Image#rot90

Defined in:
lib/vips8/image.rb

#rot90Image

Rotate by 90 degrees clockwise.

Returns:

  • (Image)

    rotated image

[View source]

1198
1199
1200
# File 'lib/vips8/image.rb', line 1198

def rot90
    rot :d90
end