summaryrefslogtreecommitdiffstats
path: root/upstream/mageia-cauldron/man1/ppmmake.1
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
commitfc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch)
treece1e3bce06471410239a6f41282e328770aa404a /upstream/mageia-cauldron/man1/ppmmake.1
parentInitial commit. (diff)
downloadmanpages-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/mageia-cauldron/man1/ppmmake.1')
-rw-r--r--upstream/mageia-cauldron/man1/ppmmake.196
1 files changed, 96 insertions, 0 deletions
diff --git a/upstream/mageia-cauldron/man1/ppmmake.1 b/upstream/mageia-cauldron/man1/ppmmake.1
new file mode 100644
index 00000000..5521ea0d
--- /dev/null
+++ b/upstream/mageia-cauldron/man1/ppmmake.1
@@ -0,0 +1,96 @@
+\
+.\" 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"
+
+.SH NAME
+ppmmake - create a PPM image of a specified color and dimensions
+
+.UN synopsis
+.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 description
+.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 libnetpbm_image.html#colorname
+argument of the \fBpnm_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
+.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
+\&), \fBppmmake\fP recognizes the following
+command line option:
+
+
+.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 seealso
+.SH SEE ALSO
+.BR "pbmmake" (1)\c
+\&,
+.BR "pgmmake" (1)\c
+\&,
+.BR "ppmpat" (1)\c
+\&,
+.BR "ppm" (1)\c
+\&
+
+.UN author
+.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