1Pgmcrater User Manual(0) Pgmcrater User Manual(0)
2
3
4
6 pgmcrater - create cratered terrain by fractal forgery
7
8
10 pgmcrater
11
12 [-number n]
13
14 [-height|-ysize s]
15
16 [-width|-xsize s]
17
18 [-gamma g]
19
20 [-randomseed=integer]
21
22 All options can be abbreviated to their shortest unique prefix. You
23 may use two hyphens instead of one to designate an option. You may use
24 either white space or equals signs between an option name and its
25 value.
26
27
28
30 This program is part of Netpbm(1).
31
32 pgmcrater is obsolete. All it does now is invoke pamcrater, pamshade‐
33 drelief, and pamtopnm. You should use those programs in any new appli‐
34 cation, or if you are modifying an old program or process that does not
35 have to work with a version of Netpbm before 10.68 (September 2014).
36 pgmcrater exists only for backward compatibility.
37
38 The combination of the three programs mentioned above performs the same
39 function as traditional pgmcrater.
40
41 pgmcrater's -number, -height, -width, and -randomseed options are
42 equivalent to the options of the same name on pamcrater.
43
44 pgmcrater's -gamma option is equivalent to the option of the same name
45 on pamshadedrelief.
46
47 pgmcrater's -ysize option is identical to -height; -xsize is identical
48 to -width.
49
50 Note: The former pgmcrater code was split into pamcrater and pamshade‐
51 drelief. The reason for the split is that having separate programs is
52 more consistent with Netpbm's building block philosophy. It is possi‐
53 ble the separate components can be used in other applications.
54
55
56
58 pamcrater(1), pamshadedrelief(1), pamtopnm(1),
59
60
62 ·
63
64 SYNOPSIS ⟨#synopsis⟩
65
66 ·
67
68 DESCRIPTION ⟨#description⟩
69
70 ·
71
72 SEE ALSO ⟨#seealso⟩
73
75 This manual page was generated by the Netpbm tool 'makeman' from HTML
76 source. The master documentation is at
77
78 http://netpbm.sourceforge.net/doc/pgmcrater.html
79
80netpbm documentation 26 July 2014 Pgmcrater User Manual(0)