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>
pull/23/head
debghs 2023-10-22 01:11:02 +05:30 committed by GitHub
parent d0bf43bcd8
commit 6a614f8f87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
pages/common/ppmflash.md Normal file
View 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`