documentation indexreference manualfunction index

im.Flip

Function: im.Flip (im, horizontal=False, vertical=False, **properties):

This is an image manipulator that can flip the image horizontally or vertically.

im - The image to be flipped.

horizontal - True to flip the image horizontally.

vertical - True to flip the image vertically.

Example

init:
    image eileen flip = im.Flip("9a_happy.png", vertical=True)

show eileen flip



documentation indexreference manualfunction index