Hi all,
Any ideas how to retrieve image size without loading it?
What i found so far is no good: using the img tag or the Image object won't work, since the image has to load first (which happens asynchronously). On the other hand, using the onload function is also no good: i lose context till the loading is finished.:(
Any Ideas
