Part I - Python Use Cases
Part II - Distributing Your Code
Lesson 10 – How to Work with Images in Python
The Python Imaging Library (PIL) is a 3rd party Python package that adds image processing capabilities to your Python interpreter. It allows you to process photos and do many common image file manipulations. The current version of this software is in Pillow, which is a fork of the original PIL to support Python 3. Several …