Check Image Size
Example
>>> from PIL import Image
>>> image = Image.open("image.png")
>>> print(image.size)
(1366, 768)Last updated
>>> from PIL import Image
>>> image = Image.open("image.png")
>>> print(image.size)
(1366, 768)Last updated