<!--- Grab the image from the give source URL. ---> <cfimage action="READ" source="http://farm1.static.flickr.com/183/392739661_70619076b7.jpg" name="objImage" /> <!--- Write the image to the disk. ---> <cfset ImageWrite( objImage, "./waterfall.jpg", .75 ) />