Python Imaging Library (Fork)
Go to file
2014-06-24 05:48:17 -04:00
depends
docs
libImaging
PIL Merge pull request #714 from wiredfool/jpeg_qtables 2014-06-24 05:48:17 -04:00
Sane
Scripts
Tests Merge pull request #714 from wiredfool/jpeg_qtables 2014-06-24 05:48:17 -04:00
Tk
_imaging.c Merge pull request #661 from hugovk/test_imagedraw 2014-06-01 09:09:58 -07:00
_imagingcms.c
_imagingft.c initialize unused pointer to prevent freeing without allocating 2014-01-27 23:24:42 -08:00
_imagingmath.c Cleanup WS, courtesy of @Arfrever 2013-06-30 18:42:19 -04:00
_imagingmorph.c send a bytes object into the c layer instead of a bytearray, which is unimplemented in pypy 2014-06-23 16:02:29 -07:00
_imagingtk.c
_webp.c do not use loseless abi until it supported 2014-01-17 17:24:52 +04:00
.coveragerc
.gitattributes
.gitignore
.travis.yml Specify tests more closely to avoid things like Tests/cms_test.py 2014-06-10 13:02:52 +03:00
CHANGES.rst Update 2014-06-23 20:12:37 -04:00
decode.c Added support for OpenJPEG 2.1. 2014-05-27 12:43:54 +01:00
display.c Clean up defines and includes for Windows 2014-05-09 21:05:30 +02:00
encode.c Clean up defines and includes for Windows 2014-05-09 21:05:30 +02:00
Makefile
MANIFEST.in
map.c Clean up defines and includes for Windows 2014-05-09 21:05:30 +02:00
outline.c
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 Fix coveralls.io URLs 2014-06-03 16:39:17 -04:00
selftest.py Update paths to Tests/images/ instead of Images/ 2014-06-23 09:19:29 +03:00
setup.py Merge branch 'master' into morphology 2014-06-23 16:21:33 -07:00
test-installed.py test runner for installed versions of pillow 2014-06-19 06:00:36 -07:00
tox.ini Added clean/build to tox to make it behave like travis 2013-07-08 23:10:21 -04:00

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-pillow/Pillow.svg?branch=master
   :target: https://travis-ci.org/python-pillow/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-pillow/Pillow/badge.png?branch=master
  :target: https://coveralls.io/r/python-pillow/Pillow?branch=master

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