CFImage Effects Library for ColdFusion 8
I have been very busy today launching the CFImage Effects Component for ColdFusion 8.
The product includes five handy effects:
- Reflection Effect
- Drop Shadow Effect
- Rounded Corners Effect
- Gradient Rectangle Fill
- Plastic Effect
Examples
The following example simply uses the Reflection Effect

This next example I attempted to draw the CF8 logo using CF8. It makes use of the Gradient Rectangle Filler, the Drop Shadow Effect and also ColdFusion 8's built-in ImageDrawText
function.
Next I am using several of the effects (Rounded Corners, Gradient, and Reflection) to create a plastic button:
Check out the CFImage Effects homepage for more info.
Like this? Follow me ↯
Tweet Follow @pfreitag
Tagged: coldfusion 8, cfimage, imagedrawtext, foundeo, effects, images, design, cfml, coldfusion, cf8
You might also like:
- Foundeo's 2007 End of the Year Sale - December 21, 2007
- CFImage Presentation Outline - September 14, 2007
- 10 Most Useful Image Functions in ColdFusion 8 - April 5, 2008
- Implicit Structure Notation ColdFusion - January 13, 2009
- 3 New Image Effects for ColdFusion 8 - April 28, 2008
- ColdFusion 8 Update 1 Fixes some Image Processing Quirks - April 5, 2008
- Speaking at NYC CFUG This Week - March 24, 2008
- Getting EXIF Metadata with ColdFusion 8 - October 26, 2007
Comments
Pete...
You really should have examples of all of the effects this component is capable of. The ones you have look great though.
by the way, your presentation on security at CFUnited was quite good. Thanks for it.
Thanks Andy! You're right I will be adding more examples to the foundeo website soon.
I bought the CFImage Effects Library and I think it's great. In the next version, maybe have a way to specify which corners for the rounded corner effect in case you only want the top corners rounded. I was fooling around with combining the rounded corners with the drop-shadow and it's hard to get it to look right on all four corners. So I don't know if you can have a special rounded-corner-shadow or just a two-corner rounded effect
Maybe some kind of image overlay offset effect to create a drop shadow on text then overlay that on a gradient rectangle with rounded corners (and a drop shadow on the rectangle, too?)
Hi Michael,
Perhaps a future update could include a rounded drop shadow option. I may also include the ability to specify which corners have the drop shadow.