Hi, On Wed, 13 Feb 2002, Koen Martens wrote: > On Wed, Feb 13, 2002 at 06:47:32PM +0100, Janus Sandsgaard wrote: > > I am on a machine primary running KDE with Screen Capture which delivers > > png. > I would suggesting using kview to load the png file. Then save the > file from kview as 'encapsulated postscript' or eps.
Nice overclicked and overcomplicated suggestion ;) I would suggest: $ convert myimage.png myimage.eps (convert is part of ImageMagic, in case you didnt installed the package). Yannick