Pilimage de taille

from PIL import Image

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