Python Imaging Library (Fork)
Go to file
2014-03-03 20:28:34 -08:00
docs Merge pull request #485 from wiredfool/docs 2014-01-31 13:46:46 -08:00
Images
libImaging mixed 4/8 tabs+spaces -> 4 spaces, additional bracing 2014-03-03 20:28:34 -08:00
PIL Merge from master 2014-01-31 21:38:34 -08:00
Sane
Scripts
Tests Merge from master 2014-01-31 21:38:34 -08:00
Tk
_imaging.c Merge branch 'i16-pixelaccess' into cffi-pixelaccess 2014-01-06 23:22:35 -08:00
_imagingcms.c
_imagingft.c initialize unused pointer to prevent freeing without allocating 2014-01-27 23:24:42 -08:00
_imagingmath.c
_imagingtk.c
_webp.c do not use loseless abi until it supported 2014-01-17 17:24:52 +04:00
.gitattributes
.gitignore
.travis.yml merge from master 2014-01-31 13:45:31 -08:00
CHANGES.rst Merge from master 2014-01-31 21:38:34 -08:00
decode.c
display.c
encode.c
Makefile
MANIFEST.in
map.c
outline.c
path.c
py3.h
README.rst
selftest.py
setup.py setup: look in multiarch paths in GNU platforms 2014-02-01 06:06:21 -05:00
tox.ini

Pillow
======

*Python Imaging Library (Fork)*

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

.. image:: https://travis-ci.org/python-imaging/Pillow.png
   :target: https://travis-ci.org/python-imaging/Pillow

.. image:: https://pypip.in/v/Pillow/badge.png
    :target: https://pypi.python.org/pypi/Pillow/
    :alt: Latest PyPI version

.. image:: https://pypip.in/d/Pillow/badge.png
    :target: https://pypi.python.org/pypi/Pillow/
    :alt: Number of PyPI downloads

The documentation is hosted at http://pillow.readthedocs.org/. It contains installation instructions, tutorials, reference, compatibility details, and more.