Learn Before
Concept
ImageShow Class (Pillow)
The ImageShow class is used for displaying images to the system's screen. Images are displayed through objects called viewers. There are a number of default viewers in Pillow, so creating new viewers is not necessary for showing an image. Showing an image requires the show() function.
ImageShow.show(image)
show() returns true if a suitable viewer was found.
0
1
Updated 2021-08-29
Tags
Python Programming Language
Data Science