[magick-users] jpg to eps keeping all pixels

Hugemann Auto at Hugemann.de
Mon Jan 1 12:08:42 CST 2007


The problem is that, without any further settings, IM assumes a 
resolution of 72 dpi for EPS files. You have to set the resolution via 
the -density option. Assume the resolution of the JPEG file is 150 dpi 
this would be

convert tesp.jpg -density 150 test.eps

Greetings from Germany
Wolfgang Hugemann


More information about the Magick-users mailing list