Title: Retrieving the image height.

Hello all,

What is the most efficient way of retrieving the image height from the DOM object?

I've implemented my own transcoder which delegates to one of several other transcoders.  However, before the delegation takes place I need to do some calculations based on  the height of the image. 

Currently i'm calling transcode(document, s, transcoderoutput) on the super class (SVGAbstractTranscoder), but that seems like a very inefficient thing to do just to get the height.

Thanks,

Tom

Reply via email to