Penguin
Annotated edit history of xwdtopnm(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 xwdtopnm
2 !!!xwdtopnm
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 BUGS
7 SEE ALSO
8 AUTHOR
9 ----
10 !!NAME
11
12
13 xwdtopnm - convert a X11 or X10 window dump file into a portable anymap
14 !!SYNOPSIS
15
16
17 __xwdtopnm__ [[''xwdfile'']
18 !!DESCRIPTION
19
20
21 Reads a X11 or X10 window dump file as input. Produces a
22 portable anymap as output. The type of the output file
23 depends on the input file - if it's black
24 pbm'' file is written, else if it's grayscale a
25 ''pgm'' file, else a ''ppm'' file. The program tells
26 you which type it is writing.
27
28
29 Using this program, you can convert anything on an X
30 workstation's screen into an anymap. Just display whatever
31 you're interested in, do an xwd, run it through xwdtopnm,
32 and then use pnmcut to select the part you
33 want.
34 !!BUGS
35
36
37 I haven't tested this tool with very many configurations, so
38 there are probably bugs. Please let me know if you find
39 any.
40 !!SEE ALSO
41
42
43 pnmtoxwd(1), pnm(5), xwd(1)
44 !!AUTHOR
45
46
47 Copyright (C) 1989, 1991 by Jef Poskanzer.
48 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.