Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 563 Bytes

Pillow.md

File metadata and controls

6 lines (6 loc) · 563 Bytes

Pillow -- Python Imaging Library

  • github.com/python-pillow/Pillow
  • https://pillow.readthedocs.io/en/stable/
  • 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.