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

494 B

pambrighten

Change a PAM image's saturation and value. More information: https://netpbm.sourceforge.net/doc/pambrighten.html.

  • 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 {{[-v|-value]}} {{value_percent}} {{path/to/image.pam}} > {{path/to/output.pam}}