Python Imaging Library (Fork)
Go to file
wiredfool d8a88a5390 Passes tests on python 3.2
Reorganized to remove ImagingMemoryInstance struct, only saving the
three pointers that we need (image, image8, image32) and the x/ysize
ints.
2014-01-05 22:00:09 -08:00
docs Declare 3.4 support 2014-01-01 16:53:37 -05:00
Images Adding support for metadata in webp images. 2013-07-04 18:04:07 -03:00
libImaging Merge pull request #448 from wiredfool/2gigapix-redux 2013-12-28 06:06:42 -08:00
PIL Passes tests on python 3.2 2014-01-05 22:00:09 -08: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 Ensuring c-api access 2014-01-05 21:36:13 -08:00
Tk Cleanup WS, courtesy of @Arfrever 2013-06-30 18:42:19 -04:00
_imaging.c Cffi pixel access object, #248 2014-01-05 10:41:25 -08:00
_imagingcms.c BLD: Fix msvc build error C1189: "No Target Architecture" 2013-12-29 18:54:07 -08:00
_imagingft.c stop leaking filename parameter passed to getfont 2013-12-29 20:33:55 +00: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 Fixed memory leak saving images as webp when webpmux is available 2013-11-29 14:33:57 -02: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 Getting travis into the testing loop 2014-01-05 21:36:29 -08:00
CHANGES.rst Add history 2014-01-02 05:07:11 -05: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 Cleanup WS, courtesy of @Arfrever 2013-06-30 18:42:19 -04:00
encode.c Merge from 12-bit-tiff 2013-11-21 21:41:54 -08:00
Makefile Fix make pre 2013-10-02 12:59:05 -04:00
MANIFEST.in Fix manifest 2013-12-05 05:24:05 -05:00
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 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 Prefer homebrew freetype over X11 freetype (but still allow both) 2014-01-01 15:47:42 -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-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.