Learning ColdFusion 8: CFImage Part I - Reading And Writing Images

<!---
	Grab the image from the give source URL and save
	it to disk (at the relative web path).
--->
<cfimage
	action="WRITE"
	source="http://farm1.static.flickr.com/240/458712628_2d6eff71e2.jpg"
	destination="funny.gif"
	overwrite="true"
	/>

For Cut-and-Paste