Python Imaging Library (Fork)
Go to file
Esteban Santana Santana 8d27167fc7 More python3 fixes.
Changed the way the translate command that is passed to ghostscript is generated. This should now work on both python2.6+ and python3.
2013-11-20 02:54:31 -06:00
docs
Images
libImaging MM and II 16 bit integer tiffs pack/write properly using libtiff on bigendian platform 2013-10-21 22:37:20 +00:00
PIL More python3 fixes. 2013-11-20 02:54:31 -06:00
Sane
Scripts
Tests
Tk
_imaging.c
_imagingcms.c
_imagingft.c hopefully this uses a reasonable y offset 2013-09-20 14:02:40 +01:00
_imagingmath.c
_imagingtk.c
_webp.c
.gitattributes
.gitignore
.travis.yml
CHANGES.rst
CONTRIBUTORS.rst
decode.c
display.c
encode.c correcting debugging strings 2013-10-22 09:29:56 -07:00
Makefile
MANIFEST.in
map.c Cleanup WS, courtesy of @Arfrever 2013-06-30 18:42:19 -04: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
README.rst
selftest.py buildable, selftest registers properly 2013-10-01 23:05:56 -07:00
setup.py
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-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.