HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

ppmflash — Brighten a PPM image file. More information: <https://netpbm.sourceforge.net/doc/ppmflash.html>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandppmflashcliimagefilebrightenmoreppm

Problem

How to use the ppmflash command: Brighten a PPM image file. More information: <https://netpbm.sourceforge.net/doc/ppmflash.html>.

Solution

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 {{[-v|-version]}}

Code Snippets

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 {{[-v|-version]}}

Context

tldr-pages: common/ppmflash

Revisions (0)

No revisions yet.