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!