Hi, is there a way to get the size of an image when you do a file upload? (Not manually of course but from a python script.) Horst _________________________________________________________________ Mit MSN Fotos können Sie kinderleicht Ihre Fotos ausdrucken und Freunden zur Verfügung stellen: http://photos.msn.de
horst wald wrote:
is there a way to get the size of an image when you do a file upload? (Not manually of course but from a python script.)
Before or after creation of an image object? The Image Object has attributes width and height and a method get_size().
horst wald writes:
is there a way to get the size of an image when you do a file upload? (Not manually of course but from a python script.) This is almost an FAQ...
I gave an answer to a similar question in a recent message with subject "uploading images? Dieter
participants (3)
-
Dieter Maurer -
horst wald -
Michael Fischer v. Mollard