[magick-users] jpg to eps keeping all pixels

Hugemann Auto at Hugemann.de
Tue Jan 2 07:36:42 CST 2007


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


More information about the Magick-users mailing list