mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:22:09 +02:00
pambrighten, ppmbrighten: add pages (#12363)
This commit is contained in:
parent
f956f466ad
commit
75adb13097
2 changed files with 20 additions and 0 deletions
12
pages/common/pambrighten.md
Normal file
12
pages/common/pambrighten.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# 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 -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}}`
|
8
pages/common/ppmbrighten.md
Normal file
8
pages/common/ppmbrighten.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# ppmbrighten
|
||||
|
||||
> This command is superseded by `pambrighten`.
|
||||
> More information: <https://netpbm.sourceforge.net/doc/ppmbrighten.html>.
|
||||
|
||||
- View documentation for the current command:
|
||||
|
||||
`tldr pambrighten`
|
Loading…
Add table
Reference in a new issue