mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
1cb4bf7c15
The SVG badge uses the Shields project for consistency with other projects' badges. More info: http://blog.travis-ci.com/2014-03-20-build-status-badges-support-svg/
70 lines
2.1 KiB
ReStructuredText
70 lines
2.1 KiB
ReStructuredText
Pillow
|
|
======
|
|
|
|
Pillow is the 'friendly' PIL fork by Alex Clark and Contributors. PIL is the
|
|
Python Imaging Library by Fredrik Lundh and Contributors.
|
|
|
|
.. image:: https://travis-ci.org/python-imaging/Pillow.svg?branch=master
|
|
:target: https://travis-ci.org/python-imaging/Pillow
|
|
:alt: GitHub 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-imaging/Pillow/badge.png?branch=master
|
|
:target: https://coveralls.io/r/python-imaging/Pillow?branch=master
|
|
:alt: Test coverage
|
|
|
|
To start using Pillow, please read the :doc:`installation
|
|
instructions <installation>`.
|
|
|
|
You can get the source and contribute at
|
|
https://github.com/python-imaging/Pillow. You can download archives
|
|
and old versions from `PyPI <https://pypi.python.org/pypi/Pillow>`_.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
installation
|
|
about
|
|
guides
|
|
reference/index.rst
|
|
handbook/appendices
|
|
original-readme
|
|
|
|
Support Pillow!
|
|
===============
|
|
|
|
PIL needs you! Please help us maintain the Python Imaging Library here:
|
|
|
|
- `GitHub <https://github.com/python-imaging/Pillow>`_
|
|
- `Freenode <irc://irc.freenode.net#pil>`_
|
|
- `Image-SIG <http://mail.python.org/mailman/listinfo/image-sig>`_
|
|
|
|
Financial
|
|
---------
|
|
|
|
Pillow is a volunteer effort led by Alex Clark. If you can't help with
|
|
development please consider helping us financially. Your assistance would
|
|
be very much appreciated!
|
|
|
|
.. note:: Contributors please add your name and donation preference here.
|
|
|
|
======================================= =======================================
|
|
**Developer** **Preference**
|
|
======================================= =======================================
|
|
Alex Clark (fork author) http://gittip.com/aclark4life
|
|
======================================= =======================================
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|