>>To: [EMAIL PROTECTED] >>From: Georg Baum <[EMAIL PROTECTED]> >>Subject: Re: image in pdf file smaller as in .ps file >>Date: Wed, 17 Mar 2004 10:39:37 +0100 >>X-Gmane-NNTP-Posting-Host: 137.226.192.187 >> >>Wolfgang Engelmann wrote: >> >>> %!PS-Adobe-2.0 EPSF-2.0 >>> %%Title: /home/wolfgang/Book-chrono/Buch-eps/093.eps >>> %%Creator: XV Version 3.10a Rev: 12/29/94 (PNG patch 1.2) - by John >> >>Because of this line and the large size I guess that the original file is a >>bitmap graphic. I don't know if this has anything to do with your problem, >>but in general it is a good idea to include bitmap graphics (.png etc) >>directly in lyx and let lyx do the conversion to .eps if necessary.
pdflatex understands png and not eps, so no conversion to eps should take place at all (for screen layout, lyx uses none of them anyway). Converting bitmap to eps give variable results (OK for pictures, bitmap vector graphics generally not resizable). Converting eps back to bitmap format can give *very bad* results; use the original (or tex2pdf). -- Jean-Pierre
