Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/contents.rst.inc
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ different scenarios.
scenarios/ci
scenarios/speed
scenarios/scientific
scenarios/imaging


Shipping Great Code
Expand Down
44 changes: 44 additions & 0 deletions docs/scenarios/imaging.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
==================
Image Manipulation
==================

.. todo::
Add introduction about image manipulation and its Python libraries.

Python Imaging Library
----------------------

The `Python Imaging Library <http://www.pythonware.com/products/pil/>`_, or PIL
for short, is *the* library for image manipulation in Python.

It works with Python 1.5.2 and above, including 2.5, 2.6 and 2.7. Unfortunately,
it doesn't work with 3.0+ yet.

Installation
~~~~~~~~~~~~

PIL has a reputation of not being very straightforward to install. Listed below
are installation notes on various systems.

Installing on Linux
~~~~~~~~~~~~~~~~~~~

Ubuntu 11.04
````````````

.. todo::
Notes on installing on Ubuntu 11.04

Installing on Mac OS X
~~~~~~~~~~~~~~~~~~~~~~

.. todo::
Notes on installing on Mac OS X

Installing on Windows
~~~~~~~~~~~~~~~~~~~~~

.. todo::
Notes on installing on Windows machines