2024-03-04 07:52:09 +01:00
|
|
|
# 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:
|
|
|
|
|
2025-04-01 06:42:14 +03:00
|
|
|
`pambrighten {{[-s|-saturation]}} {{value_percent}} {{path/to/image.pam}} > {{path/to/output.pam}}`
|
2024-03-04 07:52:09 +01:00
|
|
|
|
|
|
|
- Increase the value (from the HSV color space) of each pixel by the specified percentage:
|
|
|
|
|
2025-04-01 06:42:14 +03:00
|
|
|
`pambrighten {{[-va|-value]}} {{value_percent}} {{path/to/image.pam}} > {{path/to/output.pam}}`
|