pgmcrater, pamcrater, pamshadedrelief: add pages (#12401)

This commit is contained in:
Juri Dispan
2024-03-04 04:58:24 +01:00
committed by GitHub
parent c02696d5c7
commit d2f18edf19
3 changed files with 42 additions and 0 deletions

13
pages/common/pamcrater.md Normal file
View File

@@ -0,0 +1,13 @@
# pamcrater
> Create a PAM image of cratered terrain.
> See also: `pamshadedrelief`, `ppmrelief`.
> More information: <https://netpbm.sourceforge.net/doc/pamcrater.html>.
- Create an image of cratered terrain with the specified dimensions:
`pamcrater -height {{height}} -width {{width}} > {{path/to/output.pam}}`
- Create an image containing the specified number of craters:
`pamcrater -number {{n_craters}} > {{path/to/output.pam}}`