\ .\" 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" 1 "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