Converting SVG to Raster image ( JPEG )

Magick++ is an object-oriented C++ interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick++.
Post Reply
vcd
Posts: 1
Joined: 2018-05-31T06:43:25-07:00
Authentication code: 1152

Converting SVG to Raster image ( JPEG )

Post by vcd »

Hi All,
Is there any code sample of Magick++ where I can get the code for converting the SVG to Raster image ( JPEG )?
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Converting SVG to Raster image ( JPEG )

Post by snibgo »

IM source code contains example CPP programs, in the Magick++ directory. You are simply reading an image from a file, and writing that image to a file. I can't see an example that does only that, but any of the more complex programs can be cut down.
snibgo's IM pages: im.snibgo.com
Post Reply