diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /upstream/opensuse-tumbleweed/man1/pbmmake.1 | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/opensuse-tumbleweed/man1/pbmmake.1')
-rw-r--r-- | upstream/opensuse-tumbleweed/man1/pbmmake.1 | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/upstream/opensuse-tumbleweed/man1/pbmmake.1 b/upstream/opensuse-tumbleweed/man1/pbmmake.1 new file mode 100644 index 00000000..fd091443 --- /dev/null +++ b/upstream/opensuse-tumbleweed/man1/pbmmake.1 @@ -0,0 +1,79 @@ +\ +.\" 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 options common to all programs based on libnetpbm +(most notably \fB-quiet\fP, see +.UR index.html#commonoptions + Common Options +.UE +\&), \fBpbmmake\fP recognizes the following +command line options: + + +.TP +\fB-white\fP +.TP +\fB-black\fP +.TP +\fB-gray\fP +.sp +These options specify the color of the output. \fB-white\fP means +all pixels are white. \fB-black\fP means all pixels are black. +\fB-gray\fP means black and white pixels alternate. +.sp +You may specify only one of these. The default is all white. + + + +.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 |