pgmcrater, pamcrater, pamshadedrelief: add pages (#12401)
This commit is contained in:
13
pages/common/pamcrater.md
Normal file
13
pages/common/pamcrater.md
Normal 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}}`
|
13
pages/common/pamshadedrelief.md
Normal file
13
pages/common/pamshadedrelief.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# pamshadedrelief
|
||||
|
||||
> Generate a shaded relief from an elevation map.
|
||||
> See also: `pamcrater`, `ppmrelief`.
|
||||
> More information: <https://netpbm.sourceforge.net/doc/pamshadedrelief.html>.
|
||||
|
||||
- Generate a shaded relief image with the input image interpreted as an elevation map:
|
||||
|
||||
`pamshadedrelief < {{path/to/input.pam}} > {{path/to/output.pam}}`
|
||||
|
||||
- Gamma adjust the image by the specified factor:
|
||||
|
||||
`pamshadedrelief -gamma {{factor}} < {{path/to/input.pam}} > {{path/to/output.pam}}`
|
16
pages/common/pgmcrater.md
Normal file
16
pages/common/pgmcrater.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# pgmcrater
|
||||
|
||||
> This command is superseded by `pamcrater`, `pamshadedrelief`, and `pamtopnm`.
|
||||
> More information: <https://netpbm.sourceforge.net/doc/pgmcrater.html>.
|
||||
|
||||
- View documentation for `pamcrater`:
|
||||
|
||||
`tldr pamcrater`
|
||||
|
||||
- View documentation for `pamshadedrelief`:
|
||||
|
||||
`tldr pamshadedrelief`
|
||||
|
||||
- View documentation for `pamtopnm`:
|
||||
|
||||
`tldr pamtopnm`
|
Reference in New Issue
Block a user