Python Imaging Library (Fork)
Go to file
2017-11-19 02:08:46 +06:00
.github
.travis pep8 is now pycodestyle 2017-11-08 14:24:44 +02:00
depends Updated libimagequant to 2.11.3 2017-11-12 13:00:56 +11:00
docs Correct error in ImageDraw documentation [ci skip] 2017-11-15 11:34:51 +01:00
libImaging fix for issue #2811 2017-10-25 13:42:51 +00:00
PIL add eog support for Ubuntu Image Viewer 2017-11-19 02:08:46 +06:00
Scripts
Tests Merge pull request #2835 from radarhere/generator 2017-11-13 13:20:08 +00:00
Tk
winbuild Updated openjpeg to 2.3.0 2017-10-05 20:11:31 +11:00
_imaging.c removing unreachable code 2017-11-03 14:11:59 +00:00
_imagingcms.c Use correct Windows handle type 2017-10-01 23:11:39 -07:00
_imagingft.c tabs->spaces 2017-10-04 10:21:13 +00:00
_imagingmath.c
_imagingmorph.c
_imagingtk.c
_webp.c Merge branch 'animated_webp' of https://github.com/monolithlabs/Pillow into animated_webp 2017-10-01 15:27:03 -07:00
.coveragerc
.editorconfig
.gitattributes
.gitignore
.landscape.yaml
.travis.yml Merge pull request #2854 from wiredfool/precise 2017-11-13 13:24:40 +00:00
appveyor.yml move PIL directory out of the way 2017-10-25 15:03:34 +00:00
build_children.sh
CHANGES.rst Update CHANGES.rst 2017-11-15 21:27:57 +02:00
codecov.yml
decode.c Use file descriptor instead of chunks 2017-09-29 09:15:16 +00:00
display.c
encode.c
LICENSE
Makefile Add option to make and install with C coverage 2017-10-02 14:56:05 +03:00
MANIFEST.in Use file descriptor instead of chunks 2017-09-29 09:15:16 +00:00
map.c
mp_compile.py
outline.c
path.c
profile-installed.py
py3.h
README.rst
RELEASING.md Updated RELEASING.md [ci skip] 2017-10-21 10:00:01 +11:00
requirements.txt pep8 is now pycodestyle 2017-11-08 14:24:44 +02:00
selftest.py
setup.cfg Include license file in the generated wheel packages 2017-10-15 12:15:07 -07:00
setup.py refactored linux platform detection 2017-11-13 13:26:17 +00: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|
    * - 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

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