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
- 1.0.0 — added
Copyright © 2008 Colin ML Burnett, released under GPLv2