LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pgmdeshadow

attempts to compensate for uneven lighting or shadows in scanned

TLDR

Remove uneven lighting from scan
$ pgmdeshadow [input.pgm] > [output.pgm]
copy

SYNOPSIS

pgmdeshadow [file]

DESCRIPTION

pgmdeshadow attempts to compensate for uneven lighting or shadows in scanned images by analyzing and normalizing local brightness. Part of Netpbm toolkit.

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

pgmnorm(1), ppmntsc(1)

Copied to clipboard
Kai