Page 1 of 1

Keeping resolution when converting EPS to JPG?

Posted: 2007-03-21T13:17:33-07:00
by fcaserio
I'm having problems when I convert an EPS file to JPG

My original image has
2278px x 3430px
24,11cm x 36,3cm
240 dpi

The resulting image has
683px x 1029px
7,23cm x 10,89cm
240 dpi

I've tried to use the -units command but the result is the same

It's should be a simple conversion:

Code: Select all

convert C:\...\image.eps C:\...\image.jpg
convert -units PixelsPerInch C:\...\image.eps C:\...\image.jpg
Anyone knows how to make IM keep the original resolution on the resulting JPG?