Python Imaging Library: Difference between revisions
m (Python Image Library moved to Python Imaging Library) |
No edit summary |
||
Line 1: | Line 1: | ||
http://www.pythonware.com/products/pil/ | == Website / Documentation == | ||
* http://www.pythonware.com/products/pil/ | |||
* http://www.pythonware.com/library/pil/handbook/index.htm | |||
==Installation== | |||
=== Gentoo === | |||
Installing in Gentoo: | Installing in Gentoo: | ||
Line 6: | Line 13: | ||
</source> | </source> | ||
=== Ubuntu === | |||
<source lang="bash"> | |||
apt-get install python-imaging | |||
</source> | |||
=== Macintosh === | |||
http://effbot.org/zone/pil-index.htm | |||
== Examples == | |||
[[PyScrapers]] [[PyScrapers2]] | Examples: | ||
* [[PyScrapers]] | |||
* [[PyScrapers2]] |
Revision as of 13:52, 9 December 2008
Website / Documentation
Installation
Gentoo
Installing in Gentoo:
emerge imaging
Ubuntu
apt-get install python-imaging
Macintosh
http://effbot.org/zone/pil-index.htm
Examples
Examples: