Python Imaging Library (Fork)
Go to file
2014-07-04 18:54:14 -04:00
depends
docs Fix error(s) 2014-07-04 18:54:14 -04:00
libImaging Merge pull request #737 from wiredfool/terseus_imagedraw 2014-07-01 14:15:11 -04:00
PIL f doesn't exist, BytesIO objects have fileno(), but may return OsError 2014-07-01 11:09:20 -07:00
Sane
Scripts Show pyflakes quality violations (which can be programming errors) before pep8 (which is just style). 2014-07-01 16:25:24 +03:00
Tests Merge pull request #761 from wiredfool/jpeg2k_fd 2014-07-01 16:16:26 -04:00
Tk
_imaging.c Bump 2.4.0 -> 2.5.0 2014-07-01 07:42:50 -04:00
_imagingcms.c
_imagingft.c
_imagingmath.c
_imagingmorph.c
_imagingtk.c
_webp.c
.coveragerc Ignore debugging blocks 2014-06-30 15:24:24 -07:00
.gitattributes
.gitignore
.travis.yml No need to send empty PyPy coverage to Coveralls 2014-07-03 15:09:33 +03:00
CHANGES.rst Bump [ci skip] 2014-07-01 18:39:40 -04:00
decode.c
display.c
encode.c
Makefile Help for testing 2014-06-30 15:25:12 -07:00
MANIFEST.in
map.c
mp_compile.py
outline.c
path.c
py3.h
README.rst Bigger click 2014-07-01 07:16:25 -04:00
requirements.txt Add self; make note about reqs 2014-06-28 16:20:12 -04:00
selftest.py
setup.py Bump 2.4.0 -> 2.5.0 2014-07-01 07:42:50 -04:00
test-installed.py Make nose run tests in parallel 2014-06-30 15:21:19 -07:00
tox.ini

Pillow
======

*Python Imaging Library (Fork)*

Pillow is the "friendly" PIL fork by Alex Clark and Contributors. PIL is the Python Imaging Library by Fredrik Lundh and Contributors. For more information, please `read the documentation <http://pillow.readthedocs.org/>`_.

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

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