Reads the source pathname or URL and creates a ColdFusion image.
imageRead(path)
→ returns any
Read an image from URL and output
imgObj = imageRead("http://cfdocs.org/apple-touch-icon.png");
cfimage(action="writeToBrowser", source=imgObj);
Signup for cfbreak
to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.