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
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to