Python Imaging Library (Fork)
Go to file
wiredfool 0f2e08dfe0 Merge pull request #614 from Hijackal/patch-1
Add specific 32-bit float tiff format
2014-04-17 12:10:39 -07:00
depends
docs Merge pull request #621 from e98cuenc/fixlcmsdoc 2014-04-14 06:18:34 -04:00
Images
libImaging Additional commits from pr 2014-03-27 20:00:10 -07:00
PIL
Sane
Scripts
Tests Merge pull request #614 from Hijackal/patch-1 2014-04-17 12:10:39 -07:00
Tk Cleanup WS, courtesy of @Arfrever 2013-06-30 18:42:19 -04:00
_imaging.c
_imagingcms.c
_imagingft.c
_imagingmath.c
_imagingtk.c Cleanup WS, courtesy of @Arfrever 2013-06-30 18:42:19 -04:00
_webp.c do not use loseless abi until it supported 2014-01-17 17:24:52 +04:00
.gitattributes Add git attributes file for *.ppm, fixes #92 2013-03-10 08:28:15 -04:00
.gitignore
.travis.yml
CHANGES.rst Add history 2014-04-07 19:18:32 -04:00
decode.c
display.c
encode.c
Makefile
MANIFEST.in
map.c mixed 8ch tabs + spaces -> 4 space indent 2013-12-13 15:13:43 -08:00
outline.c py3k: Remove ancient Python hacks 2013-01-10 08:46:57 -06:00
path.c Cleanup WS, courtesy of @Arfrever 2013-06-30 18:42:19 -04:00
py3.h Update py3.h 2013-03-13 19:34:43 -07:00
README.rst Use SVG Travis CI badge [ci skip] 2014-04-09 10:37:03 +03:00
selftest.py Added tests and fixed a few bugs that the tests threw up. 2014-03-19 12:16:14 +00:00
setup.py Bump all the version numbers 2014-04-02 15:25:46 -07: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.svg?branch=master
   :target: https://travis-ci.org/python-imaging/Pillow
   :alt: Travis CI build status

.. 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

.. image:: https://coveralls.io/repos/python-imaging/Pillow/badge.png?branch=master
  :target: https://coveralls.io/r/python-imaging/Pillow?branch=master

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