Learn Before
Concept
Using the Image class
To create instances of this class, the user could load images from files, process other images, or create images from scratch.
The most common usage would be to load an image from a file using the open() function, which returns an Image object. To examine the instance attributes, use functions format, size, and mode.
To display the image just loaded, use show().
0
1
Updated 2021-07-20
Tags
Python Programming Language
Data Science