Python Imaging Library (Fork)
Go to file
2014-08-19 08:52:29 -07:00
depends Update 2014-06-28 16:10:42 -04:00
docs Remove a rogue "=" from the end of a line 2014-08-15 13:58:54 +03:00
libImaging
PIL Bump Version/Changelog 2014-08-19 08:52:29 -07:00
Sane Rename and rst-i-fy 2014-06-22 20:11:59 -04:00
Scripts
Tests J2k DOS fix -- CVE-2014-3598 2014-08-19 08:25:40 -07:00
Tk
_imaging.c Bump Version/Changelog 2014-08-19 08:52:29 -07:00
_imagingcms.c
_imagingft.c
_imagingmath.c
_imagingmorph.c Fix segfault when importing _imagingmorph 2014-06-24 19:06:05 -07:00
_imagingtk.c
_webp.c do not use loseless abi until it supported 2014-01-17 17:24:52 +04:00
.coveragerc Don't exclude Windows code 2014-07-05 21:32:09 +03:00
.gitattributes
.gitignore
.travis.yml Fix typo 2014-08-17 23:34:12 +03:00
CHANGES.rst Bump Version/Changelog 2014-08-19 08:52:29 -07:00
CONTRIBUTING.md Link to testing guide [CI skip] 2014-08-05 12:35:27 +03:00
decode.c
display.c
encode.c
Makefile Doc targets + help for makefile 2014-07-14 21:02:12 -07:00
MANIFEST.in Fix MANIFEST 2014-08-19 08:52:24 -04:00
map.c
mp_compile.py
outline.c
path.c
profile-installed.py
py3.h
README.rst Link to CHANGES from README 2014-08-19 10:53:31 +03:00
requirements.txt Add self; make note about reqs 2014-06-28 16:20:12 -04:00
selftest.py
setup.py Bump Version/Changelog 2014-08-19 08:52:29 -07:00
test-installed.py Make nose run tests in parallel 2014-06-30 15:21:19 -07:00
tox.ini

Pillow
======

*Python Imaging Library (Fork)*

Pillow is the "friendly" PIL fork by `Alex Clark and Contributors <https://github.com/python-pillow/Pillow/graphs/contributors>`_. PIL is the Python Imaging Library by Fredrik Lundh and Contributors. For more information, please `read the documentation <http://pillow.readthedocs.org/>`_,  `check the changelog <https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst>`_ and `find out how to contribute <https://github.com/python-pillow/Pillow/blob/master/CONTRIBUTING.md>`_.

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