Learn Before
  • Useful modules/packages

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

4 years ago

Tags

Python Programming Language

Data Science

Related
  • List of useful modules and links to documentation

  • dateutil

  • python imaging library (PIL / Pillow)

  • sh

Learn After
  • Using the Image class

  • Reading and writing images

  • Image enhancement

  • Animation formats

  • PIL/Pillow documentaion