Skip to main content
Inspiring
January 4, 2010
Answered

CFIMAGE and Round Corners

  • January 4, 2010
  • 1 reply
  • 623 views

Hi,

How can I programmatically round the corners an image using <cfimage> tag or some other method? I saw a site that was selling a CFC that did this but I was curious to know how this is done.

Thanks,

-ws

This topic has been closed for replies.
Correct answer -__cfSearching__-

If you are interested in the "how" of it, I wrote an entry explaining how to do this using java + alpha composite

http://cfsearching.blogspot.com/2007/12/creating-png-images-with-rounded.html

1 reply

-__cfSearching__-Correct answer
Inspiring
January 4, 2010

If you are interested in the "how" of it, I wrote an entry explaining how to do this using java + alpha composite

http://cfsearching.blogspot.com/2007/12/creating-png-images-with-rounded.html

WestSideAuthor
Inspiring
January 4, 2010

Thanks.. very helpful!

-ws