Writes a ColdFusion image to the specified filename or destination.
imageWrite(name [, destination] [, quality] [, overwrite])
→ returns void
someImage.write([destination] [, quality] [, overwrite])
true
false
true
CF 11+ save an image with a new name
imgObj = imageRead("http://cfdocs.org/apple-touch-icon.png");
imgObj.write('newName.png');
Signup for cfbreak
to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.