Python Imaging Library (Fork)
Go to file
2016-02-09 22:02:43 +11:00
depends Merge pull request #1656 from wiredfool/manifest 2016-02-01 14:00:48 +02:00
docs Changes & release notes 2016-02-06 22:48:33 +11:00
libImaging change ifd entry to use uint following libtiff interface 2016-02-04 08:13:17 -08:00
PIL Rearranged FtexImagePlugin in plugin list 2016-02-05 22:10:48 +11:00
Scripts Move travis cruft out of scripts deployable directory 2016-01-31 17:16:54 +00:00
Tests Fixed typo [ci skip] 2016-02-09 22:02:43 +11:00
Tk
winbuild Corrected AppVeyor testing status documentation [ci skip] 2016-02-02 21:24:23 +11:00
_imaging.c input parameter filtering 2016-02-04 07:19:54 -08:00
_imagingcms.c
_imagingft.c
_imagingmath.c
_imagingmorph.c
_imagingtk.c
_webp.c
.coveragerc
.editorconfig
.gitattributes
.gitignore
.landscape.yaml
.travis.yml running check-manifest in a clean checkout 2016-01-31 17:16:54 +00:00
appveyor.yml 3.2.0-dev versioning 2016-01-04 03:03:26 -08:00
build_children.sh
CHANGES.rst Updated CHANGES.rst [ci skip] 2016-02-04 08:09:14 -08:00
CONTRIBUTING.md How to report security vulnerabilites 2016-02-04 14:19:59 +02:00
decode.c
display.c
encode.c Merge pull request #1638 from manisandro/conditional 2016-01-04 05:49:39 -08:00
LICENSE
Makefile
MANIFEST.in Full grafts of Tests and PIL, Scripts, excluding build artifacts 2016-01-31 17:16:54 +00:00
map.c
mp_compile.py
outline.c
path.c
profile-installed.py
py3.h
README.rst Updated redirected URL 2016-02-02 11:29:32 +11:00
RELEASING.md Fixed URL [ci skip] 2016-01-21 22:35:30 +11:00
requirements.txt
selftest.py Stopped modules from importing themselves 2015-12-02 16:37:50 +11:00
setup.py Add Python 3.5 to classifiers 2016-01-04 11:50:03 -08:00
test-installed.py
tox.ini Updated Tox URL 2015-12-28 10:05:13 +11:00

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://zenodo.org/badge/17549/python-pillow/Pillow.svg
   :target: https://zenodo.org/badge/latestdoi/17549/python-pillow/Pillow

.. image:: https://readthedocs.org/projects/pillow/badge/?version=latest
   :target: http://pillow.readthedocs.org/?badge=latest
   :alt: Documentation Status

.. image:: https://img.shields.io/travis/python-pillow/Pillow/master.svg?label=Linux%20build
   :target: https://travis-ci.org/python-pillow/Pillow
   :alt: Travis CI build status (Linux)

.. image:: https://img.shields.io/travis/python-pillow/pillow-wheels/latest.svg?label=OS%20X%20build
   :target: https://travis-ci.org/python-pillow/pillow-wheels
   :alt: Travis CI build status (OS X)

.. image:: https://img.shields.io/appveyor/ci/python-pillow/Pillow/master.svg?label=Windows%20build
   :target: https://ci.appveyor.com/project/python-pillow/Pillow
   :alt: AppVeyor CI build status (Windows)

.. image:: https://img.shields.io/pypi/v/pillow.svg
   :target: https://pypi.python.org/pypi/Pillow/
   :alt: Latest PyPI version

.. image:: https://img.shields.io/pypi/dm/pillow.svg
   :target: https://pypi.python.org/pypi/Pillow/
   :alt: Number of PyPI downloads

.. image:: https://coveralls.io/repos/python-pillow/Pillow/badge.svg?branch=master&service=github
   :target: https://coveralls.io/github/python-pillow/Pillow?branch=master
   :alt: Code coverage

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


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

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

  - `Installation <https://pillow.readthedocs.org/en/latest/installation.html>`_
  - `Handbook <https://pillow.readthedocs.org/en/latest/handbook/index.html>`_

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

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

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

  - `Pre-fork <https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst#pre-fork>`_