SVG to JPG

Magick++ is an object-oriented C++ interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick++.
Post Reply
eduarFirst
Posts: 1
Joined: 2016-10-20T06:45:51-07:00
Authentication code: 1151

SVG to JPG

Post by eduarFirst »

hi,i'm a new member here, someone can help to use Magick ++. I need to convert an image svg to jpg in linux.... thanks
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: SVG to JPG

Post by snibgo »

Please don't add new questions to random threads.

If you are writing Magck++ programs, I suggest you start by reading the provided sample programs. They contain code to read an image from a file, and write to another file, which is all your program would do.
snibgo's IM pages: im.snibgo.com
Post Reply