Gimp.Image.rotate

@accepts(Gimp.Image, Gimp.RotationType)
@returns(bool)
def rotate(self, rotate_type):
    # Python wrapper for gimp_image_rotate()
  

Rotates the image by the specified degrees.

This procedure rotates the image.

self

The image.

rotate_type

Angle of rotation.

Returns