Gimp.Image.prototype.rotate

function rotate(rotate_type: Gimp.RotationType): Boolean {
    // Gjs wrapper for gimp_image_rotate()
}
  

Rotates the image by the specified degrees.

This procedure rotates the image.

rotate_type

Angle of rotation.

Returns

TRUE on success.