documentation index ◦ reference manual ◦ function index
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.
init: image eileen flip = im.Flip("9a_happy.png", vertical=True) show eileen flip