Page 1 of 1

Converting SVG to Raster image ( JPEG )

Posted: 2018-05-31T06:49:31-07:00
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 )?

Re: Converting SVG to Raster image ( JPEG )

Posted: 2018-05-31T09:37:49-07:00
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.