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

View 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}}`