I have a trick for you that works at least with grayscale images: Using GIF as an interim format assures that the image resolution is set to 72 dpi preserving all pixels. Converting this GIF to EPS then also preserves the resolution: convert GrayscalePhoto.jpg temp.gif convert temp.gif GrayscalePhoto.eps keeps all the pixels. Wolfgang Hugemann