Python Imaging Library (Fork)
Go to file
2017-08-19 15:30:41 +03:00
.github
.travis remove ppa 2017-06-22 08:01:03 -07:00
depends Merge pull request #2669 from radarhere/openjpeg 2017-08-16 15:40:17 +01:00
docs Merge pull request #2661 from uploadcare/get-channel 2017-08-16 15:33:54 +01:00
libImaging Move WORDS_BIGENDIAN to ImagingUtils.h 2017-08-19 15:30:41 +03:00
PIL Merge branch 'master' into fast-merge 2017-08-16 22:56:16 +03:00
Scripts Move so isn't installed globally 2017-07-27 14:12:28 +03:00
Tests Merge pull request #2675 from radarhere/im 2017-08-16 15:41:37 +01:00
Tk
winbuild Merge pull request #2669 from radarhere/openjpeg 2017-08-16 15:40:17 +01:00
_imaging.c Merge branch 'master' into fast-merge 2017-08-16 22:56:16 +03:00
_imagingcms.c
_imagingft.c Added fix for font getsize on empty string 2017-07-16 17:23:08 +10:00
_imagingmath.c
_imagingmorph.c
_imagingtk.c
_webp.c fix compilation warning 2017-08-11 19:46:31 +03:00
.coveragerc
.editorconfig
.gitattributes
.gitignore
.landscape.yaml
.travis.yml travis runs for fedora 24 and 26 in docker 2017-07-17 14:43:13 -07:00
appveyor.yml add pypy to appveyor 2017-07-03 23:05:25 +01:00
build_children.sh
CHANGES.rst Fixed typo [ci skip] 2017-08-17 19:27:28 +10:00
codecov.yml
decode.c
display.c
encode.c
LICENSE
Makefile
MANIFEST.in
map.c move ImagingNewEpilogue functionality to ImagingNewPrologueSubtype 2017-08-06 14:12:55 +03:00
mp_compile.py
outline.c
path.c
profile-installed.py
py3.h
README.rst Removed reference to Landscape badge [ci skip] 2017-06-25 13:16:42 +10:00
RELEASING.md Update Releasing.md - single version identifier. [ci skip] 2017-07-01 13:51:03 +01:00
requirements.txt
selftest.py Fix RAQM feature detection 2017-06-21 14:00:15 -07:00
setup.py Fix version specification on pypy/windows 2017-07-03 23:05:25 +01: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>`_