Download: latest (1.8.0)

pymagery — python imagery


1.5.0 documentation / flip_vertical plugin

The flip_flip plugin flips the image top-to-bottom (along the horizontal center axis). The following is an example:

The plugin prototype is:

def flip_vertical()

The following example performs a flip of an image:

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

Change Log