On Thu, 14 Feb 2002 00:00:24 +0100 (CET) wrote Yannick Patois <[EMAIL PROTECTED]>:

> 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

If you don't need to send the lyx output to a level-1-only printer directly,
I'd suggest

 $ convert myimage.png myimage.eps2
or 
 $ convert myimage.png eps2:myimage.eps
 
it makes the eps file a lot smaller. 

Test > convert 14.png 14.eps
Test > convert 14.png 14.eps2
Test > ls -l 14*
-rw-r--r--   1 milde    201         60091 Feb 14 10:12 14.eps
-rw-r--r--   1 milde    201         22098 Feb 14 10:12 14.eps2
-rw-r--r--   1 milde    201         16166 Feb 14 10:11 14.png
                                                                 
GM

--
[EMAIL PROTECTED]

Reply via email to