Search found 1 match

by hawk1218
2015-11-30T05:53:59-07:00
Forum: MagickWand
Topic: How to convert PDF to TIF with PascalMagick / MagickWand
Replies: 3
Views: 17066

Re: How to convert PDF to TIF with PascalMagick / MagickWand

Hello,

I have the same problem with version 6.9.2-7 Q16 (with svg file)

Command line works :
convert -density 200 a.svg a.png

API don't work:

MagickWandGenesis();
magick_wand=NewMagickWand();
status=MagickSetResolution(magick_wand,1000,1000);
if (status == MagickFalse)
ThrowWandException ...