1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:42:09 +02:00
tldr/pages/common/pamshadedrelief.md
Antti Savolainen 90bda1304a batch1
2025-03-28 05:51:39 +02:00

488 B

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 {{[-g|-gamma]}} {{factor}} < {{path/to/input.pam}} > {{path/to/output.pam}}