>>Date: Thu, 24 Jan 2002 22:27:25 -0300
>>From: Roberto Hernandez <[EMAIL PROTECTED]>
>>To: [EMAIL PROTECTED]
>>Subject: Image conversion
>>
>>Hi,
>>
>>I need to convert PNG files to EPS so I can include them in a LyX 
>>document. I've tried using "convert" and it works, but the output looks 
>>pretty bad on GV. Is that a "convert" problem or do all PNG -> EPS 
>>conversions look bad?

Avoid resizing, fix the size with convert -geometry xx% then
include with default size.

>>
>>What I'm doing is documenting a program, so I'm including screenshots. I 
>>used KSnapshot to capture the graphics and that saves the files in PNG 
>>format. If there's a better way to do this, please let me know.
You could try xwd, convert understands it.
>>
>>I've looked through the documentation and the LyX Tips page, but I 
>>couldn't find any information on image conversion.

You could parse the mailing list, there is a search function.

Another trick is to use pdflatex with no file extension:
includegraphics should find the .png file.

tex2pdf doest it for you, but I didn't check if the image conversion
fron eps to pdf is skipped is the png file exists: if it works, you
change nothing to your actual lyx file, just run tex2pdf on it
(or Export/View PDF(pdflatex) if you connected the tag to tex2pdf).
Keep us posted if you try this.

-- 
Jean-Pierre

Reply via email to