TIFF to PS image mangled

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?".
Post Reply
siromega
Posts: 1
Joined: 2012-03-07T19:02:09-07:00
Authentication code: 8675308

TIFF to PS image mangled

Post by siromega »

Trying to convert a 8.5x11 200DPI bi-tonal TIFF image to a postscript document. The image is made smaller and sits at the bottom half of the page.

convert -density 300 <input file>.tiff <output file>.ps

I have IM 6.7.5-Q16 and GS 9.0.5 installed. I am successfully able to convert PDFs to PS without problems so I'm assuming GS is working just fine.

Edit: forgot to include density argument. Actually, removing the density argument appears to solve the issue.
Post Reply