Python Imaging Library (Fork)
Go to file
2017-03-11 16:30:28 +00:00
.github
.travis
depends Test Windows v2 MSP files 2017-03-11 13:50:19 +00:00
docs review lint 2017-03-11 13:50:19 +00:00
libImaging Pure Python MSP Decoder 2017-03-11 13:50:19 +00:00
PIL fixed wording 2017-03-11 16:30:04 +00:00
Scripts Replaced KeyError catch with dictionary get method 2017-02-25 13:49:05 +11:00
Tests Trigger set_as_raw error 2017-03-11 16:30:28 +00:00
Tk
winbuild
_imaging.c Pure Python MSP Decoder 2017-03-11 13:50:19 +00:00
_imagingcms.c Update http to https 2017-02-14 11:27:02 +02:00
_imagingft.c Removed whitespace from blank lines 2016-09-03 12:23:42 +10:00
_imagingmath.c Removed powf support for older Python versions 2016-03-28 19:06:06 +11:00
_imagingmorph.c
_imagingtk.c Applied patch: a91559b82c to fix issue #1902 2017-01-26 05:31:45 -08:00
_webp.c webp: better error checking when using Mux API 2015-02-23 11:10:37 +01:00
.coveragerc
.editorconfig
.gitattributes
.gitignore
.landscape.yaml
.travis.yml added additional docker builds, removed nightly 2017-02-07 03:19:11 -08:00
appveyor.yml
build_children.sh Fix repo name in curl 2015-01-04 21:30:50 +02:00
CHANGES.rst Update CHANGES.rst 2017-03-03 15:48:53 +00:00
decode.c Pure Python MSP Decoder 2017-03-11 13:50:19 +00:00
display.c
encode.c
LICENSE
Makefile Makefile entries for debug symbols, clean build, and highlight errors 2016-12-19 14:15:06 -08:00
MANIFEST.in
map.c
mp_compile.py
outline.c
path.c Malloc check, realloc, #1715 2016-06-08 06:21:38 -07:00
profile-installed.py
py3.h Drop support for Python 2.6 2016-11-22 04:23:55 -08:00
README.rst Remove commented download-count badge 2017-03-02 07:30:15 +02:00
RELEASING.md Renamed references to OS X to macOS 2016-09-23 21:12:03 +10:00
requirements.txt
selftest.py Set executable flag on selftest.py and added shebang line 2016-12-11 12:30:11 +11:00
setup.py Pure Python MSP Decoder 2017-03-11 13:50:19 +00:00
test-installed.py Add more detail to the appveyor test runs 2016-05-12 05:52:29 -07:00
tox.ini Added py36 to tox envlist 2016-12-27 02:28:11 -08: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>`_