PythonImageLibrary

From XPUB & Lens-Based wiki
Revision as of 04:21, 20 January 2019 by Tancre (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Python Image Library (PIL)

Python library to manipulate and create images. Comparable to ImageMagick (though less features), or GD in PHP (though with more features).



Installing

In gentoo, you can simple emerge "imaging" (yes, imaging!).

For mac/win, you can try either a pre-built binary (mac), (windows), or install from source.

Examples of the PIL in action