>>Date: 21 Sep 2000 22:04:19 -0000
>>From: [EMAIL PROTECTED]
>>To: [EMAIL PROTECTED]
>>Subject: quality .eps screenshots???
>>
>>Hello
>>I desperately try to insert Linux desktop screenshots into my
>>LyX formatted thesis.
>>The problem is and was that I don't manage to generate .eps grayscale
>>(because B/W laserprinter)with enough quality. My fellow students would
>>laugh on me when comparing their sharp pictures inserted in Word :-((
>>So I tried both Gimp and Xv as advised in your ML archive under the thread
>>reference "Using GIF Images?" (especially by contributor C. Sawtell).
>>Unfortunately, the results seen and printed via GV5.50 are still awful.
>>What's the procedure to prove that LyX "can do it"?
>>
Here I get good results using xwd, ImageMagick convert to eps
in grayscale and avoiding resizing in the \includegraphics
(i.e. convert to the required size using -geometry).
Example:
xwd > foo.xwd
(click in the window to create the snapshot)
convert -colorspace GRAY -dither -geometry 50% foo.xwd foo.eps
Converting to png and using pdflatex should give good (better?) results.
--
Jean-Pierre