Will librsvg help with creating SVG output?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
rmagick
Posts: 245
Joined: 2006-03-16T17:30:48-07:00
Location: Durham, NC, USA

Will librsvg help with creating SVG output?

Post by rmagick »

When converting an MVG input file to SVG output, will librsvg help? Or is librsvg strictly for use with SVG input files?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Will librsvg help with creating SVG output?

Post by magick »

SVG is rendered with librsvg if its available. MVG is rendered with the internal drawing engine. It would be quite a simple task to convert MVG to SVG since MVG is derived from SVG. Something like
  • MVGtoSVG slide.mvg slide.svg
    convert slide.svg slide.png
rmagick
Posts: 245
Joined: 2006-03-16T17:30:48-07:00
Location: Durham, NC, USA

Re: Will librsvg help with creating SVG output?

Post by rmagick »

Thanks!
Post Reply