Using PHP's GD functions, how can I create an ellipse that is anti-alised and has a transparent back
Posted
by mager
on Stack Overflow
See other posts from Stack Overflow
or by mager
Published on 2010-03-11T20:01:16Z
Indexed on
2010/03/11
20:04 UTC
Read the original article
Hit count: 214
I'm able to draw a circle on a transparent background, but it's pixelated around the edges.
I can also get an anti-aliased circle on a non-transparent background with http://mierendo.com/software/antialiased_arcs/.
So, how do I get both?
© Stack Overflow or respective owner