Gimp.Image.flip

@accepts(Gimp.Image, Gimp.OrientationType)
@returns(bool)
def flip(self, flip_type):
    # Python wrapper for gimp_image_flip()
  

Flips the image horizontally or vertically.

This procedure flips (mirrors) the image.

self

The image.

flip_type

Type of flip.

Returns