Logo

The Python Imaging Library by Fredrik Lundh, Matthew Ellis

The Python Imaging Library
by

Publisher: PythonWare
Number of pages: 77

Description:
The Python Imaging Library adds image processing capabilities to your Python interpreter. This library provides extensive file format support, an efficient internal representation, and fairly powerful image processing capabilities. The core image library is designed for fast access to data stored in a few basic pixel formats. It should provide a solid foundation for a general image processing tool.

Home page url

Download or read it online for free here:
Download link
(HTML/PDF)

Similar books

Book cover: High Performance PythonHigh Performance Python
by - ianozsvald.com
By exploring the theory behind design choices, this practical guide helps you gain a deeper understanding of Python implementation. You'll learn how to locate performance bottlenecks and significantly speed up your code in high-data-volume programs.
(11280 views)
Book cover: Non-Programmers Tutorial For PythonNon-Programmers Tutorial For Python
by - Wikibooks
This free tutorial is designed to be an introduction to the Python programming language. The guide is for someone with no programming experience. The author attempts to teach programming by reading code and writing code.
(22609 views)
Book cover: Python for FunPython for Fun
by
This collection is a presentation of several small Python programs. They are aimed at intermediate programmers - people who have studied Python and are fairly comfortable with basic recursion and object oriented techniques.
(24488 views)
Book cover: The Python Language Reference ManualThe Python Language Reference Manual
by - Network Theory Ltd.
The definitive language reference for Python. It describes the syntax of Python and its built-in datatypes. It covers advanced topics, and is suitable for readers who are familiar with the details and rules of the Python and its object system.
(22838 views)