diff options
Diffstat (limited to '')
-rw-r--r-- | upstream/opensuse-tumbleweed/man1/pbmtoxbm.1 | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/upstream/opensuse-tumbleweed/man1/pbmtoxbm.1 b/upstream/opensuse-tumbleweed/man1/pbmtoxbm.1 new file mode 100644 index 00000000..f41ba270 --- /dev/null +++ b/upstream/opensuse-tumbleweed/man1/pbmtoxbm.1 @@ -0,0 +1,83 @@ +\ +.\" This man page was generated by the Netpbm tool 'makeman' from HTML source. +.\" Do not hand-hack it! If you have bug fixes or improvements, please find +.\" the corresponding HTML page on the Netpbm website, generate a patch +.\" against that, and send it to the Netpbm maintainer. +.TH "Pbmtoxbm User Manual" 0 "25 October 2006" "netpbm documentation" + +.SH NAME +pbmtoxbm - convert a PBM image to an X11 bitmap + +.UN synopsis +.SH SYNOPSIS + +\fBpbmtoxbm\fP + +[{\fB-x10\fP|\fB-x11\fP}] + +[\fIpbmfile\fP] + +.UN description +.SH DESCRIPTION +.PP +This program is part of +.BR "Netpbm" (1)\c +\&. + +\fBpbmtoxbm\fP reads a PBM image as input and produces an X10 or X11 bitmap +as output. + +.UN options +.SH OPTIONS +.PP +In addition to the options common to all programs based on libnetpbm +(most notably \fB-quiet\fP, see +.UR index.html#commonoptions + Common Options +.UE +\&), \fBpbmtoxbm\fP recognizes the following +command line options: + + +.TP +\fB-x10\fP +This option causes \fBpbmtoxbm\fP to generate the X10 version of +XBM. +.sp +You may not specify this with \fB-x11\fP. +.sp +This option was new with Netpbm 10.37 (December 2006). Before that, +use \fBpbmtox10bm\fP instead. + +.TP +\fB-x11\fP +This option causes \fBpbmtoxbm\fP to generate the X11 version of +XBM. +.sp +You may not specify this with \fB-x10\fP. +.sp +The X11 version is the default, so this option has no effect. +.sp +This option was new with Netpbm 10.37 (December 2006). + + + +.UN seealso +.SH SEE ALSO +.BR "pbmtox10bm" (1)\c +\&, +.BR "xbmtopbm" (1)\c +\&, +.BR "pbm" (5)\c +\& + +.UN author +.SH AUTHOR + +Copyright (C) 1988 by Jef Poskanzer. +.SH DOCUMENT SOURCE +This manual page was generated by the Netpbm tool 'makeman' from HTML +source. The master documentation is at +.IP +.B http://netpbm.sourceforge.net/doc/pbmtoxbm.html +.PP
\ No newline at end of file |