diff --git a/README.md b/README.md index 6ca6cbf83..0e6fa1157 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,14 @@ As of 2019, Pillow development is +## 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 - [Documentation](https://pillow.readthedocs.io/) diff --git a/docs/index.rst b/docs/index.rst index 4f16ba960..fb59a6c00 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -57,6 +57,15 @@ Pillow for enterprise is available via the Tidelift Subscription. `Learn more