Python Imaging Library (Fork)
Go to file
2016-06-30 06:38:31 -07:00
.github Add simple PR template 2016-05-24 11:37:05 +03:00
depends changed urls to point to githup pillow-depends repo, fixes travis errors 2016-06-25 11:35:32 +01:00
docs Merge pull request #1934 from wiredfool/incremental_removal 2016-06-30 12:28:10 +01:00
libImaging Merge pull request #1934 from wiredfool/incremental_removal 2016-06-30 12:28:10 +01:00
PIL Merge pull request #1934 from wiredfool/incremental_removal 2016-06-30 12:28:10 +01:00
Scripts Merge pull request #1904 from radarhere/args 2016-05-21 12:55:44 +03:00
Tests Fix 2 more failing tests on 32 bit due to float precision 2016-06-30 06:38:31 -07:00
Tk change function declaration to match Tcl_CmdProc type 2016-06-21 04:12:05 -07:00
winbuild Merge pull request #1889 from rr-/libpngquant 2016-05-26 21:12:25 +01:00
_imaging.c Merge pull request #1781 from wiredfool/malloc_check 2016-06-21 12:09:19 +01:00
_imagingcms.c Fix integer overflow on ILP32 systems (32-bit Linux). 2016-06-21 13:42:13 +02:00
_imagingft.c Initialize ptr and guard call to free 2016-05-30 03:56:28 -07:00
_imagingmath.c Removed powf support for older Python versions 2016-03-28 19:06:06 +11:00
_imagingmorph.c Removed trailing whitespace 2015-10-11 21:24:35 +11:00
_imagingtk.c RF: run-time loading of Tcl / Tk functions 2016-05-27 16:51:08 -04:00
_webp.c webp: better error checking when using Mux API 2015-02-23 11:10:37 +01:00
.coveragerc Don't exclude Windows code 2014-07-05 21:32:09 +03:00
.editorconfig Get your EditorConfig plugin: http://editorconfig.org/ [CI skip] 2015-10-12 07:42:12 +03:00
.gitattributes Add git attributes file for *.ppm, fixes #92 2013-03-10 08:28:15 -04:00
.gitignore Activated MPO detection. 2014-07-17 12:30:45 -04:00
.landscape.yaml Set landscape max-line-length 2015-07-21 18:23:55 +10:00
.travis.yml Install libimagequant for Travis build 2016-05-06 17:45:08 +02:00
appveyor.yml Added wheel builds/artifact 2016-05-24 03:49:41 -07:00
build_children.sh Fix repo name in curl 2015-01-04 21:30:50 +02:00
CHANGES.rst Updated Changes.rst [ci skip] 2016-06-30 12:32:07 +01:00
decode.c refactor to different file 2016-06-27 00:58:06 -07:00
display.c Don't use int to handle type 2015-10-01 14:54:32 +01:00
encode.c refactor to different file 2016-06-27 00:58:06 -07:00
LICENSE Added Pillow to LICENSE [ci skip] 2016-04-02 10:41:10 +11:00
Makefile Allow linkcheck to fail 2016-04-19 07:29:33 -07:00
MANIFEST.in Exclude more build detritus from package 2016-03-23 17:30:55 -04:00
map.c Fix Fatal Python error: UNREF invalid object in debug builds 2016-05-30 03:16:16 -07:00
mp_compile.py Disable multiprocessing install on cygwin, fixes #1690 2016-02-01 08:11:42 -08:00
outline.c py3k: Remove ancient Python hacks 2013-01-10 08:46:57 -06:00
path.c Malloc check, realloc, #1715 2016-06-08 06:21:38 -07:00
profile-installed.py Removed unused import 2016-05-10 23:10:44 +10:00
py3.h py2.6 support 2016-06-27 00:58:06 -07:00
README.rst Update RTD links https://blog.readthedocs.com/securing-subdomains/ 2016-04-28 09:35:03 +03:00
RELEASING.md Clarified documentation [ci skip] 2016-02-28 23:12:03 +11:00
requirements.txt Add note about reqs [ci skip] 2016-03-23 17:23:08 -04:00
selftest.py Replaced del with pop 2016-06-18 11:25:39 +10:00
setup.py refactor to different file 2016-06-27 00:58:06 -07:00
test-installed.py Add more detail to the appveyor test runs 2016-05-12 05:52:29 -07:00
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.

.. start-badges

.. list-table::
    :stub-columns: 1

    * - docs
      - |docs|
    * - tests
      - | |linux| |osx| |windows| |coverage| |health|
    * - package
      - |zenodo| |version| |downloads|

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

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

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

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

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

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

.. |zenodo| image:: https://zenodo.org/badge/17549/python-pillow/Pillow.svg
   :target: https://zenodo.org/badge/latestdoi/17549/python-pillow/Pillow

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

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

.. end-badges



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

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

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

- `Contribute <https://github.com/python-pillow/Pillow/blob/master/.github/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>`_