diff options
Diffstat (limited to 'upstream/opensuse-leap-15-6/man1/ppmmake.1')
-rw-r--r-- | upstream/opensuse-leap-15-6/man1/ppmmake.1 | 87 |
1 files changed, 87 insertions, 0 deletions
diff --git a/upstream/opensuse-leap-15-6/man1/ppmmake.1 b/upstream/opensuse-leap-15-6/man1/ppmmake.1 new file mode 100644 index 00000000..b0882591 --- /dev/null +++ b/upstream/opensuse-leap-15-6/man1/ppmmake.1 @@ -0,0 +1,87 @@ +\ +.\" 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 "Ppmmake User Manual" 0 "02 September 2002" "netpbm documentation" + +.UN lbAB +.SH NAME +ppmmake - create a PPM image of a specified color and dimensions + +.UN lbAC +.SH SYNOPSIS + +\fBppmmake\fP +[\fB-maxval=\fP\fImaxval\fP] +\fIcolor\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 lbAD +.SH DESCRIPTION +.PP +This program is part of +.BR "Netpbm" (1)\c +\&. +.PP +\fBppmmake\fP produces a PPM image of the specified color, width, +height, and maxval. +.PP +Specify the color (\fIcolor\fP) as described for the +.UR libppm.html#colorname +argument of the \fBppm_parsecolor()\fP library routine +.UE +\&. + + +.UN example +.SH EXAMPLES + +.nf + ppmmake red 50 50 +.fi +.nf + ppmmake rgb:ff/80/80 50 100 -maxval=5 +.fi + + +.UN options +.SH OPTIONS + + +.TP +\fB-maxval=\fP\fImaxval\fP + The maxval for the generated image. Default is 255. +.sp + This option did not exist before June 2002. Before, the maxval was + always 255. + + +.UN lbAE +.SH SEE ALSO +.BR "pbmmake" (1)\c +\&, +.BR "pgmmake" (1)\c +\&, +.BR "ppmpat" (1)\c +\&, +.BR "ppm" (5)\c +\& + +.UN lbAF +.SH AUTHOR + +Copyright (C) 1991 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/ppmmake.html +.PP
\ No newline at end of file |