Is there a decent vector / spline library for php?
Posted
by Brendan Heywood
on Stack Overflow
See other posts from Stack Overflow
or by Brendan Heywood
Published on 2010-04-17T10:55:54Z
Indexed on
2010/04/17
11:03 UTC
Read the original article
Hit count: 291
Does anyone know of the best way to render clean vectors into a php image and then serve it as a jpeg/png?
Specifically I want to draw lines, polygons and splines which are anti-aliased and then serve them up as jpegs. Preferably also with an alpha option when rendering.
What would be spectacular is a php library with a similar API to Raphael (without the animation) - not only because Raphael has a great API but also because I'm already using it on my website for the dynamic bits but also need to bake jpeg's in parallel for static consumption.
© Stack Overflow or respective owner