Working with Images Using Python and Pillow
Pillow's main module is called Image
. This module loads photos into an object that Python can use. It provides several factory functions that you can use to load images from files and create new images.
You will be using the Image
module in all of your Pillow code. It has many useful functions that you can utilize for basic image manipulation.
In this new…
Keep reading with a 7-day free trial
Subscribe to The Python Papers to keep reading this post and get 7 days of free access to the full post archives.