Helge Hafting <[EMAIL PROTECTED]> writes: > Always use the full resolution of a screen dump. Screendumps usually > prints with visible pixels, and scaling them in gimp will always make that > much worse. Using the full resolution gives the best possible result, > the only possible downside being a largish pdf.
Here is a way to capture a window at full screen resolution: $ xwd -frame > foo.xwd $ convert foo.xwd foo.png -- Enrico
