Python Imaging Library (Fork)
Go to file
2017-12-19 18:51:33 +00:00
.github Trim trailing whitespace from all source files throughout project 2017-12-16 09:51:40 -08:00
.travis Trim trailing whitespace from all source files throughout project 2017-12-16 09:51:40 -08:00
depends Merge 45f5e8e092 into 1ac4da5197 2017-12-19 18:51:33 +00:00
docs Trim trailing whitespace from all source files throughout project 2017-12-16 09:51:40 -08:00
libImaging Trim trailing whitespace from all source files throughout project 2017-12-16 09:51:40 -08:00
PIL Merge 45f5e8e092 into 1ac4da5197 2017-12-19 18:51:33 +00:00
Scripts Fixed bug where player script was skipping the first image 2017-09-17 13:36:32 +10:00
Tests Merge 45f5e8e092 into 1ac4da5197 2017-12-19 18:51:33 +00:00
Tk comments 2017-01-26 05:55:18 -08:00
winbuild Merge 45f5e8e092 into 1ac4da5197 2017-12-19 18:51:33 +00:00
_imaging.c Trim trailing whitespace from all source files throughout project 2017-12-16 09:51:40 -08:00
_imagingcms.c Use correct Windows handle type 2017-10-01 23:11:39 -07:00
_imagingft.c Trim trailing whitespace from all source files throughout project 2017-12-16 09:51:40 -08:00
_imagingmath.c Trim trailing whitespace from all source files throughout project 2017-12-16 09:51:40 -08:00
_imagingmorph.c Trim trailing whitespace from all source files throughout project 2017-12-16 09:51:40 -08:00
_imagingtk.c Trim trailing whitespace from all source files throughout project 2017-12-16 09:51:40 -08:00
_webp.c Merge branch 'animated_webp' of https://github.com/monolithlabs/Pillow into animated_webp 2017-10-01 15:27:03 -07:00
.coveragerc Don't exclude Windows code 2014-07-05 21:32:09 +03:00
.editorconfig Remove duplicate line [CI skip] 2016-09-03 12:37:47 +03:00
.gitattributes Set ContainerIO test file as binary 2017-03-26 23:30:05 -07:00
.gitignore Trim trailing whitespace from all source files throughout project 2017-12-16 09:51:40 -08:00
.landscape.yaml Set landscape max-line-length 2015-07-21 18:23:55 +10:00
.travis.yml Test 3.7-dev ahead of 3.7.0's expected 2018-06-15 release 2017-11-22 11:50:29 +02:00
appveyor.yml Minor comment change 2017-11-18 14:37:45 +11:00
build_children.sh Fix repo name in curl 2015-01-04 21:30:50 +02:00
CHANGES.rst Merge 45f5e8e092 into 1ac4da5197 2017-12-19 18:51:33 +00: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 Trim trailing whitespace from all source files throughout project 2017-12-16 09:51:40 -08:00
display.c Removed disabled code 2017-09-01 21:11:26 +10:00
encode.c use RGBX rawmode for JPEG encoding as well 2017-08-11 04:10:55 +03:00
LICENSE Merge branch 'master' into license 2017-01-29 13:06:10 +02:00
Makefile Add option to make and install with C coverage 2017-10-02 14:56:05 +03:00
MANIFEST.in Trim trailing whitespace from all source files throughout project 2017-12-16 09:51:40 -08:00
map.c Trim trailing whitespace from all source files throughout project 2017-12-16 09:51:40 -08:00
mp_compile.py Disable single-threaded build for pypy3.3 2017-06-08 23:55:40 +03:00
outline.c py3k: Remove ancient Python hacks 2013-01-10 08:46:57 -06:00
path.c Trim trailing whitespace from all source files throughout project 2017-12-16 09:51:40 -08:00
profile-installed.py Removed unused import 2016-05-10 23:10:44 +10:00
py3.h Drop support for Python 2.6 2016-11-22 04:23:55 -08:00
README.rst Fixed typos [ci skip] 2017-12-15 19:52:42 +11:00
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 - Conditonally compile animation support, only if the mux.h and demux.h headers meet the ABI version requirements 2017-09-27 19:04:24 -07:00
setup.cfg Include license file in the generated wheel packages 2017-10-15 12:15:07 -07:00
setup.py flake8 2017-12-04 15:36:12 +02:00
test-installed.py Add more detail to the appveyor test runs 2016-05-12 05:52:29 -07:00
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|
    * - package
      - |zenodo| |version|
    * - chat
      - |gitter|

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

.. |gitter| image:: https://badges.gitter.im/python-pillow/Pillow.svg
   :target: https://gitter.im/python-pillow/Pillow?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
   :alt: Join the chat at https://gitter.im/python-pillow/Pillow

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