Foundeo's CFImageEffects Component For ColdFusion 8

<!---
	Let's add a reflection to the image. This will make
	the image appear as if it were resting on a glossy
	or shiney surface.
--->
<cfset objNewImage = objEffects.ApplyReflectionEffect(
	objImage
	) />
 
<!--- Write new image to the browser. --->
<cfimage
	action="writetobrowser"
	source="#objNewImage#"
	/>

For Cut-and-Paste