Concept

python imaging library (PIL / Pillow)

The Python Imaging Library adds image processing capabilities to your Python interpreter. This library provides extensive file support, an efficient internal representation, and fairly powerful image processing capabilities.

A few possible uses of this library includes

  • Image Archives
  • Image Display
  • Image Processing

pip can be installed with pip

pip install --upgrade pip pip install -- upgrade Pillow

0

1

Updated 2021-07-13

Tags

Python Programming Language

Data Science