Python Imaging Library: Difference between revisions

From XPUB & Lens-Based wiki
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


[http://www.pythonware.com/library/pil/handbook/index.htm Documentation]
== Examples ==


[[PyScrapers]] [[PyScrapers2]]
Examples:
* [[PyScrapers]]
* [[PyScrapers2]]

Revision as of 14: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: