1Ppmmake User Manual(0) Ppmmake User Manual(0)
2
3
4
6 ppmmake - create a PPM image of a specified color and dimensions
7
8
10 ppmmake [-maxval=maxval] color width height
11
12 All options can be abbreviated to their shortest unique prefix. You
13 may use two hyphens instead of one to designate an option. You may use
14 either white space or an equals sign between an option name and its
15 value.
16
17
18
20 This program is part of Netpbm(1).
21
22 ppmmake produces a PPM image of the specified color, width, height, and
23 maxval.
24
25 Specify the color (color) as described for the argument of the
26 pnm_parsecolor() library routine ⟨libnetpbm_image.html#colorname⟩ .
27
28
29
31 ppmmake red 50 50
32
33 ppmmake rgb:ff/80/80 50 100 -maxval=5
34
35
36
37
39 In addition to the options common to all programs based on libnetpbm
40 (most notably -quiet, see
41 Common Options ⟨index.html#commonoptions⟩ ), ppmmake recognizes the
42 following command line option:
43
44
45
46 -maxval=maxval
47 The maxval for the generated image. Default is 255.
48
49 This option did not exist before June 2002. Before, the
50 maxval was
51 always 255.
52
53
54
56 pbmmake(1), pgmmake(1), ppmpat(1), ppm(1)
57
58
60 Copyright (C) 1991 by Jef Poskanzer.
61
63 This manual page was generated by the Netpbm tool 'makeman' from HTML
64 source. The master documentation is at
65
66 http://netpbm.sourceforge.net/doc/ppmmake.html
67
68netpbm documentation 02 September 2002 Ppmmake User Manual(0)