Python Imaging Library (Fork)
Go to file
Alex Clark ☺ 1b119b3f41 Merge pull request #47 from d-schmidt/master
Solved issue #46 and picked the last missing py3k changes
2013-02-27 15:22:27 -08:00
docs py3k: The big push 2013-01-10 08:46:56 -06:00
Images py3k: Add Windows icon sanity test 2013-01-10 08:47:04 -06:00
libImaging Fix buffer overflow 2013-02-06 00:51:25 +01:00
PIL Revert "Fix saving images with added transparency" 2013-02-06 09:25:03 -05:00
Sane Handle Sane option strings as Unicode strings 2013-01-10 08:52:46 -06:00
Scripts py3k: 2to3's "idiom" filter 2013-01-10 08:46:53 -06:00
Tests py3k: Add Windows icon sanity test 2013-01-10 08:47:04 -06:00
Tk Forking PIL 2010-07-30 22:52:47 -04:00
_imaging.c Added support for PNG images with transparency palette 2013-02-01 17:52:22 +01:00
_imagingcms.c Python 3-ified _imagingcms.c and display.c, at least when compiling for Py3.3x64 on Win7x64 with MSVC10. 2013-02-01 17:45:16 +01:00
_imagingft.c py3k: Remove ancient Python hacks 2013-01-10 08:46:57 -06:00
_imagingmath.c py3k: Add module initialization and unicode/bytes int/long thunks 2013-01-10 08:46:37 -06:00
_imagingtk.c py3k: Add module initialization and unicode/bytes int/long thunks 2013-01-10 08:46:37 -06:00
.gitignore Add .gitignore 2012-06-05 21:33:05 -07:00
.travis.yml Add .travis.yml for Travis CI (http://travis-ci.org/) 2012-06-11 23:27:33 -07:00
COPYING Add COPYING file 2013-02-09 19:51:01 +01:00
decode.c py3k: Remove ancient Python hacks 2013-01-10 08:46:57 -06:00
display.c Python 3-ified _imagingcms.c and display.c, at least when compiling for Py3.3x64 on Win7x64 with MSVC10. 2013-02-01 17:45:16 +01:00
encode.c minor bugfix 2013-01-11 12:47:32 +01:00
github-comments.txt Save issues and comments 2012-07-24 18:04:07 -04:00
github-issues.txt Save issues and comments 2012-07-24 18:04:07 -04:00
github-watchers.txt Save issues and comments 2012-07-24 18:04:07 -04:00
MANIFEST.in Update the manifest to include a lot of missing files 2013-01-10 08:52:45 -06:00
map.c Modified map.c to fix some MSVC10 compilation errors. 2013-01-10 08:52:47 -06:00
outline.c py3k: Remove ancient Python hacks 2013-01-10 08:46:57 -06:00
path.c py3k: Remove ancient Python hacks 2013-01-10 08:46:57 -06:00
py3.h minor bugfix 2013-01-11 12:47:32 +01:00
README.rst Wording 2013-02-27 13:05:23 -05:00
selftest.py Added support for PNG images with transparency palette 2013-02-01 17:52:22 +01:00
setup.py removed doubled variable from setup.py 2013-01-29 15:25:55 +01:00
test Test travis 2012-07-11 12:17:29 -04:00
tox.ini Fix tox test running: port selftest.py to Python 3; make it clear Python 2.5 is no longer supported (its support is broken in many ways in this branch); remove bundled doctest.py module (it is in stdlib since forever); remove extra stuff from tox.ini 2013-01-10 08:50:52 -06:00

Pillow
======

Pillow is the "friendly" PIL fork, created by Alex Clark. PIL is the Python Imaging Library, created by Fredrik Lundh.

Introduction
------------

The fork author's goal is to foster active development of PIL through:

- Publicized development activity
- Solicitation for community contributions
- Regular releases to the Python Packaging Index

Why a fork?
-----------

PIL is not setuptools compatible. Please see http://mail.python.org/pipermail/image-sig/2010-August/006480.html for a more detailed explanation. Also, PIL's current bi-yearly (or greater) release schedule is too slow to address the large number of issues reported.

What about image code bugs?
---------------------------

Please report any non-packaging related issues here first:

- https://bitbucket.org/effbot/pil-2009-raclette/issues 

Then open a ticket here:

- https://github.com/python-imaging/Pillow/issues

and provide a link to the first ticket so we can track the issue(s) upstream.

Documentation
-------------

The API documentation included with PIL has been converted (from HTML) to
reStructured text (via pandoc) and is now `hosted by readthedocs.org <http://pillow.readthedocs.org>`_.

What follows is the original PIL 1.1.7 README contents.

Python Imaging Library
======================

Introduction
------------

The Python Imaging Library (PIL) adds image processing capabilities
to your Python environment.  This library provides extensive file
format support, an efficient internal representation, and powerful
image processing capabilities.

This source kit has been built and tested with Python 2.0 and newer,
on Windows, Mac OS X, and major Unix platforms.  Large parts of the
library also work on 1.5.2 and 1.6.

The main distribution site for this software is:

        http://www.pythonware.com/products/pil/

That site also contains information about free and commercial support
options, PIL add-ons, answers to frequently asked questions, and more.

Development versions (alphas, betas) are available here:

        http://effbot.org/downloads/

The PIL handbook is not included in this distribution; to get the
latest version, check:

        http://www.pythonware.com/library/

For installation and licensing details, see below.

--------------------------------------------------------------------
Support Options
--------------------------------------------------------------------

Commercial Support
~~~~~~~~~~~~~~~~~~

Secret Labs (PythonWare) offers support contracts for companies using
the Python Imaging Library in commercial applications, and in mission-
critical environments.  The support contract includes technical support,
bug fixes, extensions to the PIL library, sample applications, and more.

For the full story, check:

        http://www.pythonware.com/products/pil/support.htm


Free Support
~~~~~~~~~~~~

For support and general questions on the Python Imaging Library, send
e-mail to the Image SIG mailing list:

        image-sig@python.org

You can join the Image SIG by sending a mail to:

        image-sig-request@python.org

Put "subscribe" in the message body to automatically subscribe to the
list, or "help" to get additional information.  Alternatively, you can
send your questions to the Python mailing list, python-list@python.org,
or post them to the newsgroup comp.lang.python.  DO NOT SEND SUPPORT
QUESTIONS TO PYTHONWARE ADDRESSES.


--------------------------------------------------------------------
Software License
--------------------------------------------------------------------

See COPYING