Tools \ Pillow
Pillow is a Python Imaging Library (PIL) that adds image processing capabilities to your Python interpreter.
Source codeMaturity : Maintained | Categories : Preprocessing, Features Extraction, Visualization Tools | License : | Producer : Pillow Contributors
Overview
Pillow is an image processing library that adds image capabilities to Python interpreters. It's the successor of the Python Imaging Library (PIL).
Usage/Documentation
Pillow can be used to open, manipulate, and save many different image file formats. It provides standard image processing functionalities such as resizing, cropping, and filtering, among others. Refer to the Pillow documentation for more detailed usage instructions.
Installation
Pillow can be installed using pip:
pip install Pillow
Resources
Tutorials
There is no available tutorial for this tool.