Hello,
I got a image on a URL lets say www.test.com/images/myimage.gif. Problem is that I dont have the images width and height and I need to make it appear not bigger then 90x90 pixels.
Now if the image actual size is 500x300 then I got a problem.... because if I make it 90x90 it will look stretched...
Any idea how to fix this? It would help alot if there is a way to get the width and height of an image...