Python Imaging Library (Fork)
Go to file
2017-06-21 12:23:15 +01:00
.github Caps and hyphen 2017-05-27 19:34:53 +03:00
.travis install tk on travis 2017-06-13 04:38:26 -07:00
depends Updated libimagequant to 2.9.1 2017-05-24 19:53:23 +10:00
docs Fixing small typo 2017-06-21 19:02:51 +10:00
libImaging Merge pull request #2541 from uploadcare/fix-truncated-png-loading 2017-06-21 12:23:15 +01:00
PIL Merge pull request #2541 from uploadcare/fix-truncated-png-loading 2017-06-21 12:23:15 +01:00
Scripts
Tests Merge pull request #2541 from uploadcare/fix-truncated-png-loading 2017-06-21 12:23:15 +01:00
Tk
winbuild Remove unnecessary calls to dict.keys() 2017-05-28 09:55:38 -07:00
_imaging.c Remove unused function 2017-05-27 19:29:03 +03:00
_imagingcms.c
_imagingft.c
_imagingmath.c
_imagingmorph.c
_imagingtk.c
_webp.c Simplify feature checking, fix transparent webp detection, add webpmux detection 2017-06-13 04:20:21 -07:00
.coveragerc
.editorconfig
.gitattributes
.gitignore Ignore test_images downloaded for tests 2017-05-15 16:11:49 +03:00
.landscape.yaml
.travis.yml Update pypy 2017-06-08 23:25:01 +03:00
appveyor.yml
build_children.sh
CHANGES.rst Updated Changes.rst [ci skip] 2017-06-21 11:00:55 +01:00
codecov.yml Disable Codecov PR comment https://docs.codecov.io/v4.3.6/docs/pull-request-comments 2017-05-13 18:25:14 +03:00
decode.c fix another memory leak 2017-05-23 18:00:15 +03:00
display.c
encode.c
LICENSE
Makefile Pypi doesn't accept multiple source archives anymore 2017-05-10 03:36:22 -07:00
MANIFEST.in
map.c
mp_compile.py Disable single-threaded build for pypy3.3 2017-06-08 23:55:40 +03:00
outline.c
path.c Remove code 'not yet implemented' since May 10, 2003 2017-05-22 23:02:08 +03:00
profile-installed.py
py3.h
README.rst
RELEASING.md Update RELEASING.md for pypi, process changes 2017-05-10 03:36:22 -07:00
requirements.txt
selftest.py Simplify feature checking, fix transparent webp detection, add webpmux detection 2017-06-13 04:20:21 -07:00
setup.py Add the FIXME and remove debug code 2017-05-26 13:48:38 +02:00
test-installed.py
tox.ini Fixed URL 2017-05-15 19:56:16 +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.

.. start-badges

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

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

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

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