Python Imaging Library (Fork)
Go to file
2014-07-30 20:43:34 +03:00
depends
docs
libImaging
PIL
Sane
Scripts Extract __main__ section of PIL/ImageFont.py into Scripts/createfontdatachunk.py 2014-07-07 22:31:20 +03:00
Tests Fixes for Python 3 2014-07-30 20:43:34 +03:00
Tk
_imaging.c Use PySequence_Fast for Image.putdata 2014-07-23 15:39:24 -07:00
_imagingcms.c Asserting copyright over lcms2 port 2014-07-14 22:00:29 -07:00
_imagingft.c
_imagingmath.c Cleanup WS, courtesy of @Arfrever 2013-06-30 18:42:19 -04:00
_imagingmorph.c Fix segfault when importing _imagingmorph 2014-06-24 19:06:05 -07:00
_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
.coveragerc
.gitattributes
.gitignore
.travis.yml
CHANGES.rst
CONTRIBUTING.md Add CONTRIBUTING.md [CI skip] 2014-07-27 13:14:28 +03: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 Doc targets + help for makefile 2014-07-14 21:02:12 -07:00
MANIFEST.in
map.c Clean up defines and includes for Windows 2014-05-09 21:05:30 +02:00
mp_compile.py
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
profile-installed.py
py3.h
README.rst Bigger click 2014-07-01 07:16:25 -04:00
requirements.txt
selftest.py
setup.py Revert "Bump" 2014-07-15 06:15:31 -04:00
test-installed.py Make nose run tests in parallel 2014-06-30 15:21:19 -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. For more information, please `read the documentation <http://pillow.readthedocs.org/>`_.

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