pbmtoxbm - Man Page
convert a PBM image to an X11 bitmap
Examples (TL;DR)
- Convert a PBM image to a X11 XBM file:
pbmtoxbm path/to/input_file.pbm > path/to/output_file.xbm
- Explicitly specify whether an X11 or X10 bitmap should be generated:
pbmtoxbm -x11|x10 path/to/input_file.pbm > path/to/output_file.xbm
Synopsis
pbmtoxbm
[pbmfile]
Description
This program is part of Netpbm(1).
pbmtoxbm reads a PBM image as input and produces an X10 or X11 bitmap as output.
Options
In addition to the options common to all programs based on libnetpbm (most notably -quiet, see Common Options ), pbmtoxbm recognizes the following command line options:
- -x10
This option causes pbmtoxbm to generate the X10 version of XBM.
You may not specify this with -x11.
This option was new with Netpbm 10.37 (December 2006). Before that, use pbmtox10bm instead.
- -x11
This option causes pbmtoxbm to generate the X11 version of XBM.
You may not specify this with -x10.
The X11 version is the default, so this option has no effect.
This option was new with Netpbm 10.37 (December 2006).
See Also
pbmtox10bm(1), xbmtopbm(1), pbm(1)
Author
Copyright (C) 1988 by Jef Poskanzer.
Document Source
This manual page was generated by the Netpbm tool 'makeman' from HTML source. The master documentation is at