Foundeo's CFImageEffects Component For ColdFusion 8

<!---
	Read in the test image to which we will be
	applying the given effects.
--->
<cfimage
	action="read"
	source="./girl_with_fan.jpg"
	name="objImage"
	/>
 
 
<!---
	Write image to browswer so that we can see what
	the original looks like before we start applying
	the CFImageEffects actions.
--->
<cfimage
	action="writetobrowser"
	source="#objImage#"
	/>

For Cut-and-Paste