Learning ColdFusion 8: CFImage Part II - Tag Based Image Manipulation

<!---
	Copy the image and overwrite the passed in argument
	value. Since ColdFusion images are passed around by
	referene, this should create a COPY of the image and
	then save that new image reference over the one that
	was passed in.
--->
<cfimage
	action="read"
	source="#ARGUMENTS.Image#"
	name="ARGUMENTS.Image"
	/>

For Cut-and-Paste