Elias
Member since Dec 11, 2008
- Profile: /members/2235-elias.htm
- URL: http://allureinnovations.com
- Comments: 1
Recent Blog Comments By Elias
-
Learning ColdFusion 8: CFImage Part II - Tag Based Image Manipulation
Posted on Sep 20, 2007 at 10:44 AM
If you use a transparent PNG Image and rotate the image using imageRotate the bg will still be transparent! <cfimage action="read" source="images/place_holder_for_text.png" name="myimage"> <cfset ImageSetAntialiasing(myimage, 'on')> <cfset ImageSetDrawingColor(myImage,"blue")> ... read more »