mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
ppmflash: add page (#11116)
* ppmflash: add page * Update pages/common/ppmflash.md Co-authored-by: Juri Dispan <juri.dispan@posteo.net> * Update ppmflash.md --------- Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
This commit is contained in:
parent
d0bf43bcd8
commit
6a614f8f87
1 changed files with 12 additions and 0 deletions
12
pages/common/ppmflash.md
Normal file
12
pages/common/ppmflash.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# ppmflash
|
||||
|
||||
> Brighten a PPM image file.
|
||||
> More information: <https://netpbm.sourceforge.net/doc/ppmflash.html>.
|
||||
|
||||
- Generate a PPM image as output that is `flashfactor` times brighter than the input PPM image:
|
||||
|
||||
`ppmflash {{flashfactor}} {{path/to/file.ppm}} > {{path/to/file.ppm}}`
|
||||
|
||||
- Display version:
|
||||
|
||||
`ppmflash -version`
|
Loading…
Add table
Reference in a new issue