Category:PIL: Difference between revisions

From Rosetta Code
Content added Content deleted
m (Moving lib template)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{library}}
{{library}} [[Category:Python]]
== Python Imaging Library (PIL) ==
== Python Imaging Library (PIL) ==
Python-Versions: 1.5.2 – 2.6


Package-Name: python-imaging
Package-Name: python-imaging


Website: [http://www.pythonware.com/products/pil/ pythonware.com]
Website: [http://www.pythonware.com/products/pil/ pythonware.com]

Adds image processing capabilities to the Python interpreter. <br>
The library supports many file formats, and provides
image processing and graphics capabilities.

The current free version is PIL 1.1.7 (2009-11-15)

Supported [[Python]]-Versions: 1.5.2 and newer, including 2.5 .. 2.7.

Latest revision as of 19:41, 22 November 2014

Library
This is an example of a library. You may see a list of other libraries used on Rosetta Code at Category:Solutions by Library.

Python Imaging Library (PIL)

Package-Name: python-imaging

Website: pythonware.com

Adds image processing capabilities to the Python interpreter.
The library supports many file formats, and provides image processing and graphics capabilities.

The current free version is PIL 1.1.7 (2009-11-15)

Supported Python-Versions: 1.5.2 and newer, including 2.5 .. 2.7.

Pages in category "PIL"

The following 6 pages are in this category, out of 6 total.