Method: Vips::Image#rot180

Defined in:
lib/vips8/image.rb

#rot180Image

Rotate by 180 degrees clockwise.

Returns:

  • (Image)

    rotated image

[View source]

1205
1206
1207
# File 'lib/vips8/image.rb', line 1205

def rot180
    rot :d180
end