On Sat, Mar 03, 2001 at 12:30:26PM +0100, Tobias Oetiker wrote:

> I can not see this being possible with libgd ... one way ahead
> would be to employ imagemagick. http://www.imagemagick.org either
> through its native drawing api
> http://www.imagemagick.org/www/api/draw.html
> 
> Another possibility is using svg http://www.w3.org/Graphics/SVG/Overview.htm8
> together with an svg rendering library
> 
> * imagemagick is said to posess some svg rendering capabilities
> [...]
> I find the svg route especially interesting as sooner or later we
> can expect all browsers to be able to render svg directly ...
> http://www.w3.org/Graphics/SVG/Overview.htm8

I agree that SVG is the most promising route.  Already, vector drawing
applications (both free and commercial) are adopting it, and browser support
shouldn't be far off.

> Any thoughts on this? Anybody knows of good svg rendering libraries
> written in c ?

The SVG support in Imagemagick is part of libmagick, so you should get SVG
support for free (as well as PostScript, PNG, etc.) if you use that library for
its drawing features.

-- 
 - mdz

--
Unsubscribe mailto:[EMAIL PROTECTED]
Help        mailto:[EMAIL PROTECTED]
Archive     http://www.ee.ethz.ch/~slist/rrd-developers
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi

Reply via email to