you can use different stuff -> convert (imagemagick), xfig, or ghostcript.
this below ghostscript makes 600 DPI png from a (e)ps file. gs -q -dMaxBitmap=300000000 -dSAFER -dNOPAUSE -dBATCH -r600 -sDEVICE="pngmono" -sOutputFile="foo.png" foo.ps <http://foo.ps> martin On 10/10/05, Paul Smith <[EMAIL PROTECTED]> wrote: > > Dear All > > This may be a bit out of topic, but I would like to convert a eps > picture to a jpg one with the following features: > > * 600 DPI for line drawing > * 300 DPI for halftones (gray scale) > > How can I do this conversion? Or could someone please direct me to the > right forum to ask my question? > > Thanks in advance, > > Paul >