[magick-users] dpi issues converting from pdf to tiff

Judah McAuley judah at wiredotter.com
Thu Jun 14 17:13:37 PDT 2007


That will set the dpi after the image has been read in, so it will 
change the dimensions, then I have to resize to get it back to the 
correct dimensions. I know I'm essentially going from a vector format to 
a bitmap format, so I figure I should be able to specify at what 
resolution IM rasterizes the pdf.

Judah

omicronpersei8 at imagemagick.org wrote:
>>  I should be able totell it to read the pdf at 300 dpi 
> 
> Try
> 
>   convert -density 300 image.pdf image.tif




More information about the Magick-users mailing list