From a3ac3f0db41f60401e1477f2c519b696c4a10e97 Mon Sep 17 00:00:00 2001 From: Juri Dispan Date: Sun, 25 Feb 2024 14:14:57 +0100 Subject: [PATCH] pambrighten, ppmbrighten: add pages --- 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 0000000000000..e7d52965cc7dd --- /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 0000000000000..982be9a4bcdd0 --- /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`