Page 1 of 1
Re: Query: Does ImageMagic support SVG Tiny (Mobile)?
Posted: 2008-10-23T03:57:56-07:00
by magick
ImageMagick has nearly full support for reading SVG images but the work for writing SVG has not been completed and it looks like it will be some time before it is completed.
Re: Query: Does ImageMagic support SVG Tiny (Mobile)?
Posted: 2008-11-03T17:52:58-07:00
by anthony
The only support for writing SVG is by adding the auto-trace library delegate to IM configuration. This library trys to convert raster images back into vector images, and for large resolution bitmaps, it works very well.
See IM examples
SVG generation
http://www.imagemagick.org/Usage/draw/#svg_output
Edge Smoothing
http://www.imagemagick.org/Usage/transform/#edge_vector