Gimp.Image.prototype.flip

function flip(flip_type: Gimp.OrientationType): Boolean {
    // Gjs wrapper for gimp_image_flip()
}
  

Flips the image horizontally or vertically.

This procedure flips (mirrors) the image.

flip_type

Type of flip.

Returns

TRUE on success.