Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
It does creates a 1000x500 and 2000x1000 jpg for each page of the pdf, but both images are identical in definition. I mean, the hi-res image is just a pixelated scaled-up version of the lo-res one, even the text, wich should not be afected by resolution as far as I know.
Is there just a limit in the resolution that can be achieved converting a pdf into jpg??
When trying to convert a pdf to jpgs with "convert -density 400 energia.pdf -scale 2000x1000 hi-res%d.jpg", I encounter the following errors:
Magick: Postscript delegate failed `energia.pdf': No such file or directory @ er
ror/pdf.c/ReadPDFImage/645.
Magick: missing an image filename `hi-res%d.jpg' @ error/convert.c/ConvertImageCom
mand/2949.
The trouble is my pdf do exist and is right beside convert.exe and well hi-res%d.jpg is missing since its supposed to create those... I guess. I don't know what I'm understanding wrong here because it seems really easy.
it wont work for me either... i am resorting to using to using http://pdfjpg.net/ which allow for resolution scaling but id like to set the parameters myself ..
does anyone have a link to an easy tutorial how to do this?