1
0
Fork 0
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:
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

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`