1Pbmtoxbm User Manual(0) Pbmtoxbm User Manual(0)
2
3
4
6 pbmtoxbm - convert a PBM image to an X11 bitmap
7
8
10 pbmtoxbm
11
12 [{-x10|-x11}]
13
14 [pbmfile]
15
16
18 This program is part of Netpbm(1).
19
20 pbmtoxbm reads a PBM image as input and produces an X10 or X11 bitmap
21 as output.
22
23
25 In addition to the options common to all programs based on libnetpbm
26 (most notably -quiet, see
27 Common Options ⟨index.html#commonoptions⟩ ), pbmtoxbm recognizes the
28 following command line options:
29
30
31
32 -x10 This option causes pbmtoxbm to generate the X10 version of XBM.
33
34 You may not specify this with -x11.
35
36 This option was new with Netpbm 10.37 (December 2006). Before
37 that, use pbmtox10bm instead.
38
39
40 -x11 This option causes pbmtoxbm to generate the X11 version of XBM.
41
42 You may not specify this with -x10.
43
44 The X11 version is the default, so this option has no effect.
45
46 This option was new with Netpbm 10.37 (December 2006).
47
48
49
50
52 pbmtox10bm(1), xbmtopbm(1), pbm(1)
53
54
56 Copyright (C) 1988 by Jef Poskanzer.
57
59 This manual page was generated by the Netpbm tool 'makeman' from HTML
60 source. The master documentation is at
61
62 http://netpbm.sourceforge.net/doc/pbmtoxbm.html
63
64netpbm documentation 25 October 2006 Pbmtoxbm User Manual(0)