Python Imaging Library (Fork)
Go to file
Hugo aa9035ded8 Merge pull request #1964 from radarhere/spiderimageplugin
Change SpiderImagePlugin register and save calls to use format property
2016-06-19 10:20:45 +03:00
.github
depends
docs Fixed typo [ci skip] 2016-06-15 20:55:40 +10:00
libImaging
PIL Changed SpiderImagePlugin register and save calls to use format property 2016-06-19 15:13:02 +10:00
Scripts Merge pull request #1904 from radarhere/args 2016-05-21 12:55:44 +03:00
Tests
Tk
winbuild
_imaging.c
_imagingcms.c
_imagingft.c
_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
.coveragerc
.editorconfig
.gitattributes
.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
appveyor.yml
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-11 15:43:53 +01:00
decode.c Fixed typo 2015-08-21 19:45:12 +10:00
display.c Don't use int to handle type 2015-10-01 14:54:32 +01:00
encode.c
LICENSE
Makefile
MANIFEST.in Exclude more build detritus from package 2016-03-23 17:30:55 -04:00
map.c
mp_compile.py
outline.c py3k: Remove ancient Python hacks 2013-01-10 08:46:57 -06:00
path.c Fix for integer overflow in path.c 2016-03-15 19:56:40 +00:00
profile-installed.py Removed unused import 2016-05-10 23:10:44 +10:00
py3.h Update py3.h 2013-03-13 19:34:43 -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
selftest.py
setup.py Merge pull request #1932 from matthew-brett/run-time-tcl-tk 2016-06-11 15:27:29 +01:00
test-installed.py
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>`_