<!--- Take the modified image and rotate it 225 degrees. This will not fit into a 90 degree increment and will cause the canvas size to increase. ---> <cfimage action="rotate" source="#objImage#" angle="225" name="objImage" /> <!--- Write the new image to the browser. ---> <cfimage action="writetobrowser" source="#AddImageInfo( objImage )#" />