Added overview [ci skip]

This commit is contained in:
Andrew Murray 2020-09-24 08:33:52 +10:00
parent eb00829bdb
commit ca3b2806f6
2 changed files with 17 additions and 0 deletions

View File

@ -80,6 +80,14 @@ As of 2019, Pillow development is
</tr> </tr>
</table> </table>
## Overview
The Python Imaging Library adds image processing capabilities to your Python interpreter.
This library provides extensive file format support, an efficient internal representation, and fairly powerful image processing capabilities.
The core image library is designed for fast access to data stored in a few basic pixel formats. It should provide a solid foundation for a general image processing tool.
## More Information ## More Information
- [Documentation](https://pillow.readthedocs.io/) - [Documentation](https://pillow.readthedocs.io/)

View File

@ -57,6 +57,15 @@ Pillow for enterprise is available via the Tidelift Subscription. `Learn more <h
:target: https://pypi.org/project/Pillow/ :target: https://pypi.org/project/Pillow/
:alt: Number of PyPI downloads :alt: Number of PyPI downloads
Overview
========
The Python Imaging Library adds image processing capabilities to your Python interpreter.
This library provides extensive file format support, an efficient internal representation, and fairly powerful image processing capabilities.
The core image library is designed for fast access to data stored in a few basic pixel formats. It should provide a solid foundation for a general image processing tool.
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2