[Resolved] PDF auto density
Posted: 2010-08-23T12:42:31-07:00
Hi,
I was wondering if there is an option to make imagemagick choose automatically the density when converting a PDF file to a raster format?
For example, if I do this :, the file will be imported with a density of 72 and then eventually resized, which causes an ugly rendering.
Is there a way to adjust the density so that the PDF image is rendered correctly at its desired size? Or should I get the PDF size at 72dpi, then calculate the appropriate density, and then reconvert the image?
Thanks!
I was wondering if there is an option to make imagemagick choose automatically the density when converting a PDF file to a raster format?
For example, if I do this :
Code: Select all
convert -resize 32x32 input.pdf output.png
Is there a way to adjust the density so that the PDF image is rendered correctly at its desired size? Or should I get the PDF size at 72dpi, then calculate the appropriate density, and then reconvert the image?
Thanks!