Ukuran Zaman
from PIL import Image
MyImage = Image.open('path/to/my/image.jpg')
width, height = MyImage.size
Magnificent Moth
from PIL import Image
MyImage = Image.open('path/to/my/image.jpg')
width, height = MyImage.size