LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

ppmflash

Brighten PPM image toward white

TLDR

Brighten image by factor
$ ppmflash [0.5] [input.ppm] > [output.ppm]
copy

SYNOPSIS

ppmflash factor [file]

DESCRIPTION

ppmflash brightens a PPM image toward white by the specified factor. Useful for creating flash/fade effects. Part of Netpbm toolkit.

PARAMETERS

factor

Flash factor (0-1, where 1 is white).

INSTALL

sudo apt install netpbm
copy
sudo dnf install netpbm
copy
sudo pacman -S netpbm
copy
sudo apk add netpbm
copy
sudo zypper install netpbm
copy
brew install netpbm
copy
nix profile install nixpkgs#netpbm
copy

SEE ALSO

Copied to clipboard
Kai