Options (2)
-sbooleanIncrease the saturation of each pixel by the specified percentage
Example:
pambrighten {{[-s|-saturation]}} {{value_percent}} {{path/to/image.pam}} > {{path/to/output.pam}}booleanIncrease 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.pamIncrease 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.pammade by @shridhargupta | data from tldr-pages