<!--- Read in the original image. ---> <cfset objImage = ImageRead( "./blue_eyes.jpg" ) /> <!--- Write it to the browser. ---> <cfimage action="writetobrowser" source="#objImage#" /> <!--- Read in the Kinky Solutions watermark. ---> <cfset objWatermark = ImageNew( "./kinky_solutions_watermark_png32.png" ) /> <!--- Write it to the browser. ---> <cfimage action="writetobrowser" source="#objWatermark#" />