<!--- Let's round the corners of our image. By default the CFImageEffects uses a white background with what appears to be a 20 roundedness. ---> <cfset objNewImage = objEffects.ApplyRoundedCornersEffect( objImage ) /> <!--- Write new image to the browser. ---> <cfimage action="writetobrowser" source="#objNewImage#" />