ImageAntiAlias()
I am using the GD library bundled with PHP 4.3.11 to create filled arcs on the fly. I'd like for the arcs to appear decent by using anti aliasing, but though I include "imageantialias($i, true);," it doesn't appear to be working. Hopefully you all can help me out as there is virtually zero information on this function. Thanks.
