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 ppm_parsecolor() library routine ⟨libppm.html#colorname⟩ .
27
28
29
31 ppmmake red 50 50
32 ppmmake rgb:ff/80/80 50 100 -maxval=5
33
34
35
37 -maxval=maxval
38 The maxval for the generated image. Default is 255.
39
40 This option did not exist before June 2002. Before, the
41 maxval was
42 always 255.
43
44
45
47 pbmmake(1), pgmmake(1), ppmpat(1), ppm(1)
48
49
51 Copyright (C) 1991 by Jef Poskanzer.
52
53
54
55netpbm documentation 02 September 2002 Ppmmake User Manual(0)