LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pnmnorm

Normalize contrast in PNM images

TLDR

Normalize image contrast
$ pnmnorm [input.pnm] > [output.pnm]
copy
Specify brightness range
$ pnmnorm -bpercent [5] -wpercent [5] [input.pnm] > [output.pnm]
copy
Preserve midpoint
$ pnmnorm -midvalue [127] [input.pnm] > [output.pnm]
copy

SYNOPSIS

pnmnorm [options] [file]

DESCRIPTION

pnmnorm normalizes the contrast of PNM images by stretching the histogram to use the full dynamic range. It finds the darkest and brightest pixel values and linearly maps them to the minimum and maximum possible values.The -bpercent and -wpercent options control how aggressively the black and white points are clipped, ignoring a percentage of outlier pixels at each end. The -midvalue option preserves a specific middle gray value during the normalization. Part of the Netpbm toolkit.

PARAMETERS

FILE

Input PNM file.
-bpercent N
Black point percentage.
-wpercent N
White point percentage.
-bvalue N
Black cutoff value.
-wvalue N
White cutoff value.
-midvalue N
Middle gray value to preserve.

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

CAVEATS

May clip extreme values. Part of Netpbm suite.

HISTORY

pnmnorm was created as part of Netpbm for automatic contrast enhancement.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid