Re: Converting from EPS to JPG

2005-10-10 Thread Paul Smith
On 10/10/05, Georg Baum <[EMAIL PROTECTED]> wrote: > > Thanks to all who have answered. The picture that I have got is a PS > > file and corresponds to a small rectangular part of an entire part. > > How can I throw away the whole superfluous white space around the > > picture? I have tried GSview

Re: Converting from EPS to JPG

2005-10-10 Thread Georg Baum
Paul Smith wrote: > Thanks to all who have answered. The picture that I have got is a PS > file and corresponds to a small rectangular part of an entire part. > How can I throw away the whole superfluous white space around the > picture? I have tried GSview to convert the PS file to EPS with > au

Re: Converting from EPS to JPG

2005-10-10 Thread Paul Smith
On 10/10/05, Rich Shepard <[EMAIL PROTECTED]> wrote: > > 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: > >'man convert' Thanks to all who have answered. The picture that I have got is a PS file and corresponds to a small

Re: Converting from EPS to JPG

2005-10-10 Thread Rich Shepard
On Mon, 10 Oct 2005, Paul Smith wrote: 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: Paul, 'man convert' Rich -- Dr. Richard B. Shepard, President | Author of "Quantifying Environmental Applied Ecosystem Services,

Re: Converting from EPS to JPG

2005-10-10 Thread Roy Schestowitz
_/ On Mon 10 Oct 2005 15:47:36 BST, [Paul Smith] 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 cou

Re: Converting from EPS to JPG

2005-10-10 Thread Martin A. Hansen
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=3 -dSAFER -dNOPAUSE -dBATCH -r600 -sDEVICE="pngmono" -sOutputFile="foo.png" foo.ps martin On 10/10/05, Paul Smith <[

Converting from EPS to JPG

2005-10-10 Thread Paul Smith
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? Tha