1. NAME▲
xwdtopnm - convert a X11 or X10 window dump file into a portable anymap
2. SYNOPSIS ▲
xwdtopnm [ xwdfile ]
3. DESCRIPTION ▲
Reads a X11 or X10 window dump file as input. Produces a portable anymap as output. The type of the output file depends on the input file - if it's black & white, a pbmfile is written, else if it's grayscale a pgmfile, else a ppmfile. The program tells you which type it is writing.
Using this program, you can convert anything on an X workstation's screen into an anymap. Just display whatever you're interested in, do an xwd, run it through xwdtopnm, and then use pnmcut to select the part you want.
4. BUGS ▲
I haven't tested this tool with very many configurations, so there are probably bugs. Please let me know if you find any.
5. SEE ALSO ▲
6. AUTHOR ▲
Copyright (C) 1989, 1991 by Jef Poskanzer.