>>> import Image
>>> im = Image.open('myimage.jpg')
>>> im.size
(200, 100)

PIL reads the header only in the Image.open() call above.


Sponsored Link

Mortgage rates near 39yr lows. $420,000 Mortgage for $1,399/mo - Calculate new house payment
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to