PHP GD Stronger Antialias

antialiasinggdPHP

I'm using GD to plot some simple charts from array point data.. Trying to optimize the appearance – even using imageantialias , there is still a significantly notice-able jag in the line between the points. What's a better way to PHP GD antialias a line between two points?

Best Answer

There are a number of limitations with GD and just as many awkward workarounds. I'd suggest using ImageMagick instead to get better drawing tools without the trouble.