logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Brighten PAM Images - Adjust Saturation and Value | Online Free DevTools by Hexmos

Brighten PAM images with pambrighten! Adjust image saturation and value using command line options for precise control. Free online tool, no registration required.

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

See Also