diff --git a/pages/common/pambrighten.md b/pages/common/pambrighten.md new file mode 100644 index 0000000000..e7d52965cc --- /dev/null +++ b/pages/common/pambrighten.md @@ -0,0 +1,12 @@ +# pambrighten + +> Change a PAM image's saturation and value. +> More information: . + +- Increase the saturation of each pixel by the specified percentage: + +`pambrighten -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 -value {{value_percent}} {{path/to/image.pam}} > {{path/to/output.pam}}` diff --git a/pages/common/ppmbrighten.md b/pages/common/ppmbrighten.md new file mode 100644 index 0000000000..982be9a4bc --- /dev/null +++ b/pages/common/ppmbrighten.md @@ -0,0 +1,8 @@ +# ppmbrighten + +> This command is superseded by `pambrighten`. +> More information: . + +- View documentation for the current command: + +`tldr pambrighten`