Image Dimensions??

Is there an easy way to find the dimensions of an image (jpg if it matters)? I’m drawing it in a roImageCanvas, and I don’t want it stretched when it’s scaled. I’ve looked, and I don’t see an easy way to find that out.

if you download the image to tmp:/, you should be able to use the exif functions to get the dimensions. Otherwise, it would help to know the dimensions before you download.

  • Joel