commands.sh

pambrighten

all

Change a PAM image's saturation and value.

More info →

Options (2)

-sboolean

Increase the saturation of each pixel by the specified percentage

Example: pambrighten {{[-s|-saturation]}} {{value_percent}} {{path/to/image.pam}} > {{path/to/output.pam}}
boolean

Increase the value (from the HSV color space) of each pixel by the specified percentage

Example: pambrighten {{[-va|-value]}} {{value_percent}} {{path/to/image.pam}} > {{path/to/output.pam}}

Examples (2)

Increase the saturation of each pixel by the specified percentage

pambrighten [-s|-saturation] value_percent path/to/image.pam > path/to/output.pam

Increase the value (from the HSV color space) of each pixel by the specified percentage

pambrighten [-va|-value] value_percent path/to/image.pam > path/to/output.pam
made by @shridhargupta | data from tldr-pages