Python Imaging Library: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
Line 3: Line 3:
* http://www.pythonware.com/products/pil/
* http://www.pythonware.com/products/pil/
* http://www.pythonware.com/library/pil/handbook/index.htm
* http://www.pythonware.com/library/pil/handbook/index.htm
== Tutorials ==
* http://www.pythonforbeginners.com/modules-in-python/how-to-use-the-python-imaging-library/


==Installation==
==Installation==
=== Debian/Ubuntu ===
<source lang="bash">
apt-get install python-imaging
</source>
=== Windows ===
There's a set of windows installers on the main PIL site.


=== Gentoo ===
=== Gentoo ===
Installing in Gentoo:
Installing in Gentoo:
<source lang="bash">
<source lang="bash">
emerge imaging
emerge imaging
</source>
=== Ubuntu ===
<source lang="bash">
apt-get install python-imaging
</source>
</source>


=== Macintosh ===
=== Macintosh ===
http://effbot.org/zone/pil-index.htm
It depends a lot on the version of Mac OS you are running, but installing [[homebrew]] would be a good idea.


== Examples ==
== Examples ==

Revision as of 19:36, 7 November 2013

Website / Documentation

Tutorials

Installation

Debian/Ubuntu

apt-get install python-imaging

Windows

There's a set of windows installers on the main PIL site.

Gentoo

Installing in Gentoo:

emerge imaging

Macintosh

It depends a lot on the version of Mac OS you are running, but installing homebrew would be a good idea.

Examples

Examples: