Python Imaging Library (Fork)
Go to file
wiredfool c20b2f715d Merge pull request #1751 from radarhere/rotate
Corrected tranpose/rotate documentation
2016-03-14 09:52:06 -07:00
depends Merge pull request #1656 from wiredfool/manifest 2016-02-01 14:00:48 +02:00
docs Corrected documentation [ci skip] 2016-02-28 23:29:12 +11:00
libImaging Updated redirected URLs 2016-02-11 18:51:36 +11:00
PIL Merge pull request #1749 from radarhere/url 2016-03-14 09:50:58 -07:00
Scripts Fixed typo 2016-03-06 08:37:15 +11:00
Tests Merge pull request #1748 from radarhere/path 2016-03-14 09:48:53 -07:00
Tk Fix crash in ImageTk.PhotoImage on win-amd64 2015-11-23 16:42:40 -08:00
winbuild Updated freetype to 2.6.3 2016-02-10 22:40:16 +11:00
_imaging.c Merge pull request #1663 from wiredfool/uninitialized-variable 2016-03-14 09:41:12 -07:00
_imagingcms.c Removed trailing whitespace 2015-10-11 21:24:35 +11:00
_imagingft.c consistent line spacing 2015-11-18 07:02:16 -08:00
_imagingmath.c
_imagingmorph.c Removed trailing whitespace 2015-10-11 21:24:35 +11:00
_imagingtk.c
_webp.c
.coveragerc
.editorconfig Get your EditorConfig plugin: http://editorconfig.org/ [CI skip] 2015-10-12 07:42:12 +03:00
.gitattributes
.gitignore
.landscape.yaml
.travis.yml Comment typo 2016-03-13 20:29:47 +02:00
appveyor.yml 3.2.0-dev versioning 2016-01-04 03:03:26 -08:00
build_children.sh
CHANGES.rst Update CHANGES.rst [CI skip] 2016-03-08 22:55:47 +02: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 README fixes 2015-09-29 06:35:07 -04:00
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 Disable multiprocessing install on cygwin, fixes #1690 2016-02-01 08:11:42 -08:00
outline.c
path.c
profile-installed.py
py3.h
README.rst Updated redirected URL 2016-02-02 11:29:32 +11:00
RELEASING.md Clarified documentation [ci skip] 2016-02-28 23:12:03 +11:00
requirements.txt
selftest.py Stopped modules from importing themselves 2015-12-02 16:37:50 +11:00
setup.py Fix the error reported when libz is not found 2016-03-08 10:30:37 -08:00
test-installed.py
tox.ini Added py35 to tox envlist 2016-02-10 12:41:45 +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>`_