Retrieves the height of the ColdFusion image in pixels.
imageGetHeight(name)
→ returns numeric
someImage.getHeight()
CF 11+ Lucee 4.5+ Extract the height of an image
imgObj = imageRead("http://cfdocs.org/apple-touch-icon.png");
height = imgObj.getHeight();
writeOutput(height);
Signup for cfbreak
to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.