Python Imaging Library (Fork)
Go to file
2016-10-03 07:42:48 -07:00
.github Updated Issue Template [skip ci] 2016-09-22 09:02:32 +01:00
depends Removed whitespace from blank lines 2016-09-03 12:23:42 +10:00
docs Changes, Release Notes for 3.3.2 2016-10-03 07:27:02 -07:00
libImaging Removed 'Debugging' open_ppm call that didn't check file provided parameters for sanity 2016-10-03 07:27:02 -07:00
PIL Vulnerable map function is not called on windows 2016-10-03 07:42:48 -07:00
Scripts remove end of file banner from all files 2016-07-10 14:11:28 +03:00
Tests Vulnerable map function is not called on windows 2016-10-03 07:42:48 -07:00
Tk BUG: fix C90 compilation error for new Tk method 2016-08-17 21:24:47 +01:00
winbuild Reinstate URLs as minimal documentation for where files came from 2016-09-15 11:15:23 +03:00
_imaging.c Removed 'Debugging' open_ppm call that didn't check file provided parameters for sanity 2016-10-03 07:27:02 -07:00
_imagingcms.c Check type of items passed into to ImageCms.ImageCmsProfile, fixes #2037 2016-09-26 14:56:00 -07:00
_imagingft.c Removed whitespace from blank lines 2016-09-03 12:23:42 +10:00
_imagingmath.c
_imagingmorph.c Removed whitespace from blank lines 2016-09-03 12:23:42 +10:00
_imagingtk.c
_webp.c
.coveragerc
.editorconfig Remove duplicate line [CI skip] 2016-09-03 12:37:47 +03:00
.gitattributes
.gitignore
.landscape.yaml
.travis.yml Work around pycparser issue 2016-10-03 15:48:59 +03:00
appveyor.yml 3.3.1 Release Version bump 2016-08-17 21:35:58 +01:00
build_children.sh
CHANGES.rst Changes, Release Notes for 3.3.2 2016-10-03 07:27:02 -07:00
decode.c Move DDS decoders to C 2016-08-25 19:27:48 -05:00
display.c
encode.c Removed whitespace from blank lines 2016-09-03 12:23:42 +10:00
LICENSE
Makefile Fixed typo 2016-09-24 11:49:32 +10:00
MANIFEST.in
map.c Map.c overflow fixes 2016-10-03 07:27:02 -07:00
mp_compile.py Flake8 fixes 2016-09-03 12:17:22 +10:00
outline.c
path.c Malloc check, realloc, #1715 2016-06-08 06:21:38 -07:00
profile-installed.py
py3.h py2.6 support 2016-06-27 00:58:06 -07:00
README.rst Renamed reference to OS X to macOS 2016-09-26 19:04:11 +10:00
RELEASING.md Renamed references to OS X to macOS 2016-09-23 21:12:03 +10:00
requirements.txt
selftest.py Replaced del with pop 2016-06-18 11:25:39 +10:00
setup.py Fix "invalid escape sequence" warning in Python 3.6 2016-09-27 19:26:57 -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.

.. start-badges

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

    * - docs
      - |docs|
    * - tests
      - | |linux| |macos| |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)

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

.. |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>`_