Ancho y altura de la imagen PIL

image = PIL.Image.open("sample.png")
width, height = image.size
Magnificent Moth