LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pnmhisteq

Equalize histogram of PNM images

TLDR

Equalize histogram
$ pnmhisteq [input.pnm] > [output.pnm]
copy
Verbose output
$ pnmhisteq -verbose [input.pnm] > [output.pnm]
copy
Equalize grayscale
$ ppmtopgm [input.ppm] | pnmhisteq > [output.pgm]
copy

SYNOPSIS

pnmhisteq [options] [pnmfile]

DESCRIPTION

pnmhisteq performs histogram equalization on a PNM image. This process spreads out the most frequent intensity values, improving contrast in images with clustered brightness levels.Part of Netpbm toolkit for image enhancement.

PARAMETERS

-gray

Equalize on gray value.
-verbose
Print information.

EXAMPLES

$ # Basic histogram equalization
pnmhisteq photo.pgm > enhanced.pgm

# Color image via grayscale
jpegtopnm photo.jpg | pnmhisteq > enhanced.ppm

# Chain with conversion
pnmhisteq dark.pgm | pnmtopng > enhanced.png
copy

ALGORITHM

Histogram equalization maps input intensities to output intensities so that the output histogram is approximately uniform. This maximizes image contrast.

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 increase noise in uniform areas. Results depend on image content. Better for grayscale than color images.

HISTORY

pnmhisteq is part of Netpbm by Jef Poskanzer and contributors, implementing classic histogram equalization.

SEE ALSO

pgmhist(1), pnmnorm(1), pgmenhance(1), netpbm(1)

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