home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
rtsi.com
/
2014.01.www.rtsi.com.tar
/
www.rtsi.com
/
OS9
/
OSK
/
NETWORK
/
netpbm_docs.lzh
/
NETPBM
/
DOCS
/
xwdtopnm.1
< prev
next >
Wrap
Text File
|
1996-11-18
|
1KB
|
40 lines
.TH xwdtopnm 1 "11 January 1991"
.IX xwdtopnm
.SH NAME
xwdtopnm - convert a X11 or X10 window dump file into a portable anymap
.SH SYNOPSIS
.B xwdtopnm
.RI [ xwdfile ]
.SH DESCRIPTION
Reads a X11 or X10 window dump file as input.
.IX XWD
.IX "X window system"
Produces a portable anymap as output.
The type of the output file depends on the input file - if it's
black & white, a
.I pbm
file is written, else if it's grayscale a
.I pgm
file, else a
.I ppm
file. The program tells you which type it is writing.
.PP
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.
.SH BUGS
I haven't tested this tool with very many configurations, so there are
probably bugs.
Please let me know if you find any.
.SH "SEE ALSO"
pnmtoxwd(1), pnm(5), xwd(1)
.SH AUTHOR
Copyright (C) 1989, 1991 by Jef Poskanzer.
.\" Permission to use, copy, modify, and distribute this software and its
.\" documentation for any purpose and without fee is hereby granted, provided
.\" that the above copyright notice appear in all copies and that both that
.\" copyright notice and this permission notice appear in supporting
.\" documentation. This software is provided "as is" without express or
.\" implied warranty.