Pillow/README.rst

24 lines
919 B
ReStructuredText
Raw Normal View History

2013-06-14 08:20:46 +04:00
Pillow
2010-07-31 06:52:47 +04:00
======
2013-10-02 21:06:24 +04:00
*Python Imaging Library (Fork)*
2013-10-02 15:06:12 +04:00
Pillow is the "friendly" PIL fork by Alex Clark and Contributors. PIL is the Python Imaging Library by Fredrik Lundh and Contributors.
2013-06-30 03:30:52 +04:00
2014-04-09 11:37:03 +04:00
.. image:: https://travis-ci.org/python-imaging/Pillow.svg?branch=master
2013-03-21 22:02:21 +04:00
:target: https://travis-ci.org/python-imaging/Pillow
2014-04-09 11:37:03 +04:00
:alt: Travis CI build status
2013-03-07 02:55:43 +04:00
.. 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
2014-04-09 11:17:20 +04:00
.. image:: https://coveralls.io/repos/python-imaging/Pillow/badge.png?branch=master
:target: https://coveralls.io/r/python-imaging/Pillow?branch=master
2013-10-15 16:58:40 +04:00
The documentation is hosted at http://pillow.readthedocs.org/. It contains installation instructions, tutorials, reference, compatibility details, and more.