Python Imaging Library (Fork)
Go to file
Alex Clark ☺ eb646096ab Merge pull request #571 from hugovk/master
Add PyPy to the Travis build
2014-03-25 17:38:19 -04:00
docs Merge pull request #563 from wiredfool/wheel-doc 2014-03-21 19:28:06 -04:00
Images
libImaging Use even stride when saving odd sized .pcx files 2014-03-03 23:05:50 -08:00
PIL Docstring/comment fixes [skip ci] ref #534 2014-03-17 13:29:44 -07:00
Sane Fix issue 447: Apparently some drivers only emit SANE_STATUS_EOF once, and SANE_STATUS_IO_ERROR after that. The code however assumed that the driver keeps emitting SANE_STATUS_EOF. This commit fixes this. 2014-01-26 00:11:15 +01:00
Scripts
Tests TST: fix failing BMP tests on Windows 2014-03-20 01:16:31 -07:00
Tk
_imaging.c Avoid conflicting _expand functions in PIL & MINGW 2014-03-17 10:50:58 -04:00
_imagingcms.c BLD: Fix msvc build error C1189: "No Target Architecture" 2013-12-29 18:54:07 -08:00
_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 Forgot sudo 2014-03-25 18:39:07 +02:00
CHANGES.rst Avoid conflicting _expand functions in PIL & MINGW 2014-03-17 10:50:58 -04:00
decode.c Removing unused, redundant compression variable. Actual compression setting is in the imagefiledirectory 2013-11-21 20:37:52 -08:00
display.c
encode.c mixed 8 ch tabs + spaces -> spaces 2014-03-03 23:05:21 -08:00
Makefile
MANIFEST.in Fix manifest 2014-03-17 10:49:39 -04:00
map.c mixed 8ch tabs + spaces -> 4 space indent 2013-12-13 15:13:43 -08:00
outline.c
path.c
py3.h
README.rst Wording [ci skip] 2013-10-15 08:58:40 -04:00
selftest.py Report availability of LIBTIFF during selftest 2013-12-29 19:12:06 -08:00
setup.py Handle 32bit compiled python on 64bit architecture 2014-02-11 15:05:09 -08: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.