Hi all I'm trying to reduce big image uploadfile with PIL But I have a little problem: I know the size of the uploadfile (moving the file pointer with read() and then tell()) but I need to create a PIL.Image object and for that I need to know the Image size (with and heigh) There are any kind of method to know these issue? Thanks