diff --git a/pages/common/ppmflash.md b/pages/common/ppmflash.md new file mode 100644 index 0000000000..b48ac4c68d --- /dev/null +++ b/pages/common/ppmflash.md @@ -0,0 +1,12 @@ +# ppmflash + +> Brighten a PPM image file. +> More information: . + +- 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`