Python Imaging Library: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
 
Line 8: Line 8:


==Installation==
==Installation==
=== Installing with pip ===
sudo pip install pil


=== Debian/Ubuntu ===
=== Debian/Ubuntu ===
<source lang="bash">
<source lang="bash">
apt-get install python-imaging
sudo apt-get install python-imaging
</source>
</source>



Latest revision as of 19:37, 7 November 2013

Website / Documentation

Tutorials

Installation

Installing with pip

sudo pip install pil

Debian/Ubuntu

sudo 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: