Converting EMF 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
shiv
Posts: 2
Joined: 2011-02-22T04:36:04-07:00
Authentication code: 8675308

Converting EMF to JPG.

Post by shiv »

Hi There,
Does Magick++ support conversion from EMF to JPG? If so could some one point me to some code on how to do that. I checked the documentation but could not figure out any conversion functions.

Thanks & Regards,
Shiv
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Converting EMF to JPG.

Post by magick »

EMF is only supported under Windows. In Magick++, simply use the read() method to read and EMF image.
Post Reply