Nllia
0
Q:

pil get image size

from PIL import Image

im = Image.open('whatever.png')
width, height = im.size
1

New to Communities?

Join the community