Download: latest (1.8.0)

pymagery — python imagery


1.2.0 documentation / flip_horizontal plugin

The flip_horizontal plugin flips the image left-to-right (along the vertical center axis). This is equivalent to looking at something in a mirror. The following is an example:

The plugin prototype is:

def flip_horizontal()

The following example performs a flip of an image:

import pymagery i = pymagery.image('foo.ppm') i.flip_horizontal()

Change Log