<!--- Grab the image from the give source URL. ---> <cfimage action="READ" source="http://some-image-domain/392739661_70619076b7.jpg" name="objImage" /> <!--- Write the image to the browser. ---> <cfset ImageWriteBase64( objImage, "./waterfall.txt", "JPG" ) />