Python Imaging Library (Fork)
Go to file
2015-10-05 10:27:23 +03:00
depends Update WebP from 0.4.1 to 0.4.3 2015-05-19 13:01:03 +10:00
docs Update AppVeyor URL accordingly [ci skip] 2015-10-04 15:41:14 -04:00
libImaging
PIL
Scripts
Tests Make tests more robust re: https://github.com/python-pillow/Pillow/issues/947#issuecomment-61641247 2015-10-05 10:27:23 +03:00
Tk
winbuild Updated URLs for redirects 2015-09-28 21:53:25 +10:00
_imaging.c
_imagingcms.c
_imagingft.c
_imagingmath.c
_imagingmorph.c
_imagingtk.c
_webp.c
.coveragerc
.gitattributes
.gitignore
.landscape.yaml Set landscape max-line-length 2015-07-21 18:23:55 +10:00
.travis.yml
appveyor.yml
build_children.sh
CHANGES.rst
CONTRIBUTING.md
decode.c
display.c
encode.c
LICENSE
Makefile
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
profile-installed.py
py3.h
README.rst Update AppVeyor URL accordingly [ci skip] 2015-10-04 15:41:14 -04:00
RELEASING.md
requirements.txt
selftest.py
setup.py
test-installed.py
tox.ini Fixed tox test script path 2015-06-27 09:10:01 +10: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://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/r/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/installation.html>`_
  - `Handbook <https://pillow.readthedocs.org/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>`_

.. raw:: html

    <div style="float: right">
        <a href="https://gratipay.com/pillow/">
          <img alt="Support via Gratipay" src="https://cdn.rawgit.com/gratipay/gratipay-badge/2.3.0/dist/gratipay.png"/>
        </a>
    </div>