Foundeo's CFImageEffects Component For ColdFusion 8

<!---
	Let's round the corners of our image. By default
	the CFImageEffects uses a white background with what
	appears to be a 20 roundedness.
--->
<cfset objNewImage = objEffects.ApplyRoundedCornersEffect(
	objImage
	) />
 
<!--- Write new image to the browser. --->
<cfimage
	action="writetobrowser"
	source="#objNewImage#"
	/>

For Cut-and-Paste