27 Aug
2002
27 Aug
'02
10:58 a.m.
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().