On Thu, 2002-07-18 at 12:57, C Falconer wrote:
> xwd | xwdtopnm | pnmtojpeg > filename.jpg
If you have imagemagic installed:
import filename.pngAs general advice, it is best if you don't save your screenshot as a JPEG because the compression system that it uses makes the images look strange. It is best to stick with a non-lossy compression format, such as PNG (best), GIF, TIFF, or BMP. -- Michael JasonSmith http://www.cosc.canterbury.ac.nz/~mpj17/
