Python Imaging Library (Fork)
Go to file
2017-09-17 20:31:13 +03:00
.github
.travis
depends Merge pull request #2684 from wiredfool/termux 2017-08-17 11:54:04 +01:00
docs rewording 2017-09-09 10:29:49 +00:00
libImaging ImagingMemoryArean tata type 2017-09-17 20:31:13 +03:00
PIL Merge pull request #2679 from uploadcare/fast-filters 2017-09-10 17:22:00 +01:00
Scripts Move so isn't installed globally 2017-07-27 14:12:28 +03:00
Tests fix zero size images 2017-09-17 02:58:01 +03:00
Tk
winbuild Merge pull request #2669 from radarhere/openjpeg 2017-08-16 15:40:17 +01:00
_imaging.c Merge pull request #2679 from uploadcare/fast-filters 2017-09-10 17:22:00 +01:00
_imagingcms.c
_imagingft.c Merge pull request #2706 from wiredfool/issue_2666 2017-09-04 11:26:28 +01:00
_imagingmath.c
_imagingmorph.c Removed whitespace from blank lines 2016-09-03 12:23:42 +10:00
_imagingtk.c
_webp.c Additional replacements of s# with PY_ARG_BYTES_LENGTH 2017-08-22 04:04:35 -07:00
.coveragerc
.editorconfig
.gitattributes
.gitignore
.landscape.yaml
.travis.yml Use default pypy/pypy3 2017-09-09 11:25:24 +03:00
appveyor.yml add pypy to appveyor 2017-07-03 23:05:25 +01:00
build_children.sh
CHANGES.rst Update CHANGES.rst [ci skip] 2017-09-10 17:21:41 +01:00
codecov.yml
decode.c create separate ImagingJpegUseJCSExtensions function 2017-08-11 04:07:54 +03: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
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
setup.py basic support for termux (android) support (tested on chromeos/x86) 2017-08-09 13:22:58 +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>`_