In <[EMAIL PROTECTED]>, aldonnelley
wrote:

> (Oh, and if anyone still has a bright idea about how to get image
> dimensions without downloading, it'd be great to hear!)

Most image formats have some sort of header with the dimensions
information so it's enough to download this header.  Depends on the image
format how much of the file has to be read and how the information is
encoded.

Ciao,
        Marc 'BlackJack' Rintsch
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to