Hi,
I am wondering if getImageSize does fetch images
*before* extracting the size infos (like perl
modules...) or if the function only fetch the
few bytes in the file headers which contains
the size information ?
I am trying to code a similar function in perl,
and i think it is very stupid to have to fetch
a 2Mo image to just retrieve its size...
Need your help gurus...!
Thanxs
I am wondering if getImageSize does fetch images
*before* extracting the size infos (like perl
modules...) or if the function only fetch the
few bytes in the file headers which contains
the size information ?
I am trying to code a similar function in perl,
and i think it is very stupid to have to fetch
a 2Mo image to just retrieve its size...
Need your help gurus...!
Thanxs
Comment