diff options
Diffstat (limited to '')
-rw-r--r-- | upstream/opensuse-leap-15-6/man1/pbmmake.1 | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/upstream/opensuse-leap-15-6/man1/pbmmake.1 b/upstream/opensuse-leap-15-6/man1/pbmmake.1 new file mode 100644 index 00000000..1ba9a752 --- /dev/null +++ b/upstream/opensuse-leap-15-6/man1/pbmmake.1 @@ -0,0 +1,59 @@ +\ +.\" 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 "Pbmmake User Manual" 0 "13 December 2003" "netpbm documentation" + +.SH NAME + +pbmmake - create a blank bitmap of a specified size + +.UN synopsis +.SH SYNOPSIS + +\fBpbmmake\fP +[\fB-white\fP|\fB-black\fP|\fB-gray\fP] +\fIwidth\fP +\fIheight\fP +.PP +You can abbreviate any option to its shortest unique prefix. + + +.UN description +.SH DESCRIPTION +.PP +This program is part of +.BR "Netpbm" (1)\c +\&. +.PP +\fBpbmmake\fP produces a PBM image of the specified width and +height, either all black, all white, or a dithered gray. The default +is white. + +.UN options +.SH OPTIONS +.PP +In addition to the usual \fB-white\fP and \fB-black\fP, this +program implements \fB-gray\fP. This gives a simple 50% gray pattern +with 1's and 0's alternating. + +.UN seealso +.SH SEE ALSO +.BR "pgmmake" (1)\c +\&, +.BR "ppmmake" (1)\c +\&, +.BR "pbm" (5)\c +\& + +.UN author +.SH AUTHOR + +Copyright (C) 1989 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/pbmmake.html +.PP
\ No newline at end of file |