commands.sh

pamshadedrelief

all

Generate a shaded relief from an elevation map. See also: `pamcrater`, `ppmrelief`.

More info →

Options (1)

-gboolean

Gamma adjust the image by the specified factor

Example: pamshadedrelief < {{path/to/input.pam}} {{[-g|-gamma]}} {{factor}} > {{path/to/output.pam}}

Examples (2)

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 < path/to/input.pam [-g|-gamma] factor > path/to/output.pam
made by @shridhargupta | data from tldr-pages