Query: Does ImageMagic support SVG Tiny (Mobile)?

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Query: Does ImageMagic support SVG Tiny (Mobile)?

Post 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.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Query: Does ImageMagic support SVG Tiny (Mobile)?

Post 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
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply