Is it possible to find out the dimensions of an image without actually loading the image?
I am going to use an image inline with a Text() object using the normal <img src='xyz.png' etc and I have discovered it you state the height you also need to state the width and if you state the width you have to state the height, which is a pain it doesn't automatically scale one with the other. - Stephen

