Python Imaging Library (Fork)
Go to file
Esteban Santana Santana 3d1cd63afd We need to write bytes not strings.
Python3 compatibility issue, we need to write bytes to buffers and pipes, not strings. This should still work in python2.6+.
2013-11-20 02:41:35 -06:00
docs Added documentation for the newly added scale argument to EPS’s load() function. 2013-11-20 01:14:51 -06:00
Images Adding support for metadata in webp images. 2013-07-04 18:04:07 -03:00
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 We need to write bytes not strings. 2013-11-20 02:41:35 -06:00
Sane More WS cleanup courtesy of @Arfrever 2013-06-30 18:46:03 -04:00
Scripts More WS cleanup courtesy of @Arfrever 2013-06-30 18:46:03 -04:00
Tests Another typo. 2013-11-20 02:25:50 -06:00
Tk Cleanup WS, courtesy of @Arfrever 2013-06-30 18:42:19 -04:00
_imaging.c Bump 2013-10-02 13:07:32 -04:00
_imagingcms.c format including the padding byte 2013-10-15 22:06:30 -07:00
_imagingft.c hopefully this uses a reasonable y offset 2013-09-20 14:02:40 +01:00
_imagingmath.c Cleanup WS, courtesy of @Arfrever 2013-06-30 18:42:19 -04:00
_imagingtk.c Cleanup WS, courtesy of @Arfrever 2013-06-30 18:42:19 -04:00
_webp.c pass bool flag as int, not object 2013-10-20 20:54:12 -07:00
.gitattributes Add git attributes file for *.ppm, fixes #92 2013-03-10 08:28:15 -04:00
.gitignore Added "*.so" and "docs/_build" to gitignore 2013-07-24 20:44:13 +00:00
.travis.yml Added ghostscript dependency. 2013-11-20 01:44:38 -06:00
CHANGES.rst Add history 2013-11-14 08:08:50 -05:00
CONTRIBUTORS.rst Add myself to CONTRIBUTORS.rst 2013-10-08 17:24:42 -07:00
decode.c add several TIFF decoders and encoders 2013-07-01 18:45:42 +04:00
display.c Cleanup WS, courtesy of @Arfrever 2013-06-30 18:42:19 -04:00
encode.c correcting debugging strings 2013-10-22 09:29:56 -07:00
Makefile Fix make pre 2013-10-02 12:59:05 -04:00
MANIFEST.in Fix manifest (again) 2013-10-02 13:02:23 -04:00
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 Update py3.h 2013-03-13 19:34:43 -07:00
README.rst Wording [ci skip] 2013-10-15 08:58:40 -04:00
selftest.py buildable, selftest registers properly 2013-10-01 23:05:56 -07:00
setup.py Adds directories for NetBSD. 2013-11-14 12:10:19 +00: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-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.