Python Imaging Library (Fork)
Go to file
2015-03-28 07:27:45 -04:00
depends
docs
libImaging Merge pull request #1128 from hugovk/noise 2015-03-08 18:29:44 -07:00
PIL Merge pull request #1151 from mfitzp/open-http-image 2015-03-28 07:21:15 -04:00
Scripts Make gifmaker work with the current getheader 2015-03-14 02:41:14 -07:00
Tests Merge pull request #1123 from radarhere/font_variant 2015-03-21 10:15:57 +02:00
Tk Update 2014-06-22 20:49:42 -04:00
_imaging.c
_imagingcms.c Added profile.tobytes() for ImageCms Profiles 2014-07-29 20:44:17 -07:00
_imagingft.c
_imagingmath.c
_imagingmorph.c Fix segfault when importing _imagingmorph 2014-06-24 19:06:05 -07:00
_imagingtk.c
_webp.c webp: better error checking when using Mux API 2015-02-23 11:10:37 +01:00
.coveragerc
.gitattributes
.gitignore
.landscape.yaml Add Landscape config and badge 2014-10-01 14:46:32 +03:00
.travis.yml Re-encrypt AUTH-TOKEN inside python-pillow/Pillow 2015-01-04 22:01:32 +02:00
build_children.sh Fix repo name in curl 2015-01-04 21:30:50 +02:00
CHANGES.rst
CONTRIBUTING.md
decode.c
display.c Clean up defines and includes for Windows 2014-05-09 21:05:30 +02:00
encode.c
LICENSE
Makefile Doc targets + help for makefile 2014-07-14 21:02:12 -07:00
MANIFEST.in
map.c
mp_compile.py Limit default MAX_CONCURRENCY to 4. 2014-12-08 22:20:22 +03:00
outline.c
path.c
profile-installed.py
py3.h
README.rst Wording nit [ci skip] 2015-03-24 18:30:42 -04:00
RELEASING.md Update Releasing.md [ci skip] 2014-10-02 10:10:58 -07:00
requirements.txt Add self; make note about reqs 2014-06-28 16:20:12 -04:00
selftest.py
setup.py
test-installed.py flake8 2014-08-28 14:44:19 +03:00
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.

.. image:: https://travis-ci.org/python-pillow/Pillow.svg?branch=master
   :target: https://travis-ci.org/python-pillow/Pillow
   :alt: Travis CI build status (Linux)

.. image:: https://travis-ci.org/python-pillow/pillow-wheels.svg?branch=latest
   :target: https://travis-ci.org/python-pillow/pillow-wheels
   :alt: Travis CI build status (OS X)
   
.. image:: https://pypip.in/v/Pillow/badge.png
    :target: https://pypi.python.org/pypi/Pillow/
    :alt: Latest PyPI version

.. image:: https://pypip.in/d/Pillow/badge.png
    :target: https://pypi.python.org/pypi/Pillow/
    :alt: Number of PyPI downloads

.. image:: https://coveralls.io/repos/python-pillow/Pillow/badge.png?branch=master
  :target: https://coveralls.io/r/python-pillow/Pillow?branch=master
   :alt: Code coverage

.. image:: https://landscape.io/github/python-pillow/Pillow/master/landscape.png
   :target: https://landscape.io/github/python-pillow/Pillow/master
   :alt: Code health

More Information
----------------

- `Changelog <https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst>`_
- `Contribute <https://github.com/python-pillow/Pillow/blob/master/CONTRIBUTING.md>`_
- `Documentation <http://pillow.readthedocs.org/>`_

  - `About <http://pillow.readthedocs.org/about.html>`_
  - `Guides <http://pillow.readthedocs.org/guides.html>`_
  - `Installation <http://pillow.readthedocs.org/installation.html>`_
  - `Reference <http://pillow.readthedocs.org/reference/index.html>`_