From 75adb130973a33c81d15751f55d712d80644633b Mon Sep 17 00:00:00 2001 From: Juri Dispan Date: Mon, 4 Mar 2024 07:52:09 +0100 Subject: [PATCH] pambrighten, ppmbrighten: add pages (#12363) --- pages/common/pambrighten.md | 12 ++++++++++++ pages/common/ppmbrighten.md | 8 ++++++++ 2 files changed, 20 insertions(+) create mode 100644 pages/common/pambrighten.md create mode 100644 pages/common/ppmbrighten.md 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`