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/debian-unstable/man1/pgmmake.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/debian-unstable/man1/pgmmake.1')
-rw-r--r-- | upstream/debian-unstable/man1/pgmmake.1 | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/upstream/debian-unstable/man1/pgmmake.1 b/upstream/debian-unstable/man1/pgmmake.1 new file mode 100644 index 00000000..720a1087 --- /dev/null +++ b/upstream/debian-unstable/man1/pgmmake.1 @@ -0,0 +1,90 @@ +\ +.\" 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 "Pgmmake User Manual" 1 "19 February 2006" "netpbm documentation" + +.SH NAME +pgmmake - create a PGM image of a specified gray level and dimensions + +.UN synopsis +.SH SYNOPSIS + +\fBpgmmake\fP +[\fB-maxval=\fP\fImaxval\fP] +\fIgraylevel\fP +\fIwidth\fP +\fIheight\fP +.PP +All options can be abbreviated to their shortest unique prefix. +You may use two hyphens instead of one to designate an option. You +may use either white space or an equals sign between an option name +and its value. + + +.UN description +.SH DESCRIPTION +.PP +This program is part of +.BR "Netpbm" (1)\c +\&. +.PP +\fBpgmmake\fP produces a PGM image of the specified gray level, width, +height, and maxval. +.PP +Specify the gray level (\fIgraylevel\fP) as a decimal floating point +number in the range [0, 1]. E.g. 1 is white, 0 is black, and 0.5 is +half luminosity gray. + +.UN example +.SH EXAMPLES + +.nf + pgmmake 1 50 50 + +.fi +.nf + pgmmake .2 50 100 -maxval=5 + +.fi + + +.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 +\&), \fBpgmmake\fP recognizes the following +command line option: + + +.TP +\fB-maxval=\fP\fImaxval\fP + The maxval for the generated image. Default is 255. + + +.UN seealso +.SH SEE ALSO +.BR "pbmmake" (1)\c +\&, +.BR "ppmmake" (1)\c +\&, +.BR "pgm" (1)\c +\& + +.UN history +.SH HISTORY +.PP +This program was new in Netpbm 10.32 (February 2006). +.PP +With older Netpbm, use \fBppmmake\fP and \fBppmtopgm\fP. +.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/pgmmake.html +.PP
\ No newline at end of file |