Using PHP's GD functions, how can I create an ellipse that is anti-alised and has a transparent back
- by mager
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?