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