Page 1 of 1

Posted: 2006-05-10T07:06:49-07:00
by magick
Use MagickSetResolution to set the x & y resolution to 300 before you read. After the image read, use MagickResizeImage() to reduce the image size. This will give you decent looking renderings of your PDF images.

Posted: 2006-05-10T07:28:08-07:00
by magick
Try
  • MagickTransformImage(wand,NULL,"400x400");
to resize the image to a maximum of 400 pixels while still retaining the aspect ratio of the image.

Posted: 2006-05-11T06:48:19-07:00
by magick
Sure, you can use Ghostscript to convert PDF to JPEG.

Posted: 2006-05-12T07:11:07-07:00
by magick
Ghostscript is a separate package from ImageMagick. Go to the Ghostscript mailing lists and discussion forums for help.