Python Imaging Library (Fork)
Go to file
2015-04-03 09:25:58 -04:00
depends
docs docs/installation.rst: Fix typo. [ci skip] 2015-04-03 08:37:44 -04:00
libImaging Removed unused variable in Jpeg2KEncode 2015-04-01 15:14:56 +11:00
PIL Begin 2.9.0 development with 2.9.0.dev0 2015-04-02 14:53:49 -04:00
Scripts Moved __future__ import to the top of pilprint script 2015-04-01 11:21:15 +11:00
Tests Merge pull request #1125 from artscoop/patch-1 2015-04-01 15:23:32 -04:00
Tk
_imaging.c Begin 2.9.0 development with 2.9.0.dev0 2015-04-02 14:53:49 -04:00
_imagingcms.c
_imagingft.c rearranged comments 2015-01-07 21:38:36 -08:00
_imagingmath.c
_imagingmorph.c
_imagingtk.c
_webp.c webp: better error checking when using Mux API 2015-02-23 11:10:37 +01:00
.coveragerc
.gitattributes
.gitignore
.landscape.yaml Add Landscape config and badge 2014-10-01 14:46:32 +03:00
.travis.yml Re-encrypt AUTH-TOKEN inside python-pillow/Pillow 2015-01-04 22:01:32 +02:00
build_children.sh Fix repo name in curl 2015-01-04 21:30:50 +02:00
CHANGES.rst Update changes [ci skip] 2015-04-02 14:59:49 -04:00
CONTRIBUTING.md Fork from master and send pull requests to master 2014-11-06 13:01:42 +02:00
decode.c Added the JPEG2000 memory leak fix to decode.c 2014-09-12 22:09:26 -07:00
display.c Clean up defines and includes for Windows 2014-05-09 21:05:30 +02:00
encode.c Memory Leak, missing Py_DECREF 2014-09-24 15:46:34 -07:00
LICENSE Move LICENSE from docs to make it more explicit [CI skip] 2015-03-26 13:52:57 +02:00
Makefile Make sure we upload a tar.gz too 2015-04-02 15:17:47 -04:00
MANIFEST.in Fix manifest [ci skip] 2015-03-27 06:56:34 -04:00
map.c
mp_compile.py Limit default MAX_CONCURRENCY to 4. 2014-12-08 22:20:22 +03:00
outline.c
path.c
profile-installed.py
py3.h
README.rst Include link to pre-fork changelog [ci skip] 2015-04-01 10:33:11 -04:00
RELEASING.md Release guide wording nits [ci skip] 2015-04-03 09:25:58 -04:00
requirements.txt
selftest.py
setup.py Begin 2.9.0 development with 2.9.0.dev0 2015-04-02 14:53:49 -04:00
test-installed.py
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.

.. image:: https://travis-ci.org/python-pillow/Pillow.svg?branch=master
   :target: https://travis-ci.org/python-pillow/Pillow
   :alt: Travis CI build status (Linux)

.. image:: https://travis-ci.org/python-pillow/pillow-wheels.svg?branch=latest
   :target: https://travis-ci.org/python-pillow/pillow-wheels
   :alt: Travis CI build status (OS X)
   
.. 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
   :alt: Code coverage

.. image:: https://landscape.io/github/python-pillow/Pillow/master/landscape.png
   :target: https://landscape.io/github/python-pillow/Pillow/master
   :alt: Code health

More Information
----------------

- `Changelog <https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst>`_

  - `Pre-fork <https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst#02b5---117-1995-2010>`_

- `Contribute <https://github.com/python-pillow/Pillow/blob/master/CONTRIBUTING.md>`_

  - `Issues <https://github.com/python-pillow/Pillow/issues>`_

- `Documentation <http://pillow.readthedocs.org/>`_

  - `About <http://pillow.readthedocs.org/about.html>`_
  - `Guides <http://pillow.readthedocs.org/guides.html>`_
  - `Installation <http://pillow.readthedocs.org/installation.html>`_
  - `Reference <http://pillow.readthedocs.org/reference/index.html>`_