LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pnmremap

Remap image colors to a specified palette

TLDR

Remap image to palette
$ pnmremap -mapfile=[palette.pnm] [input.pnm] > [output.pnm]
copy
Use Floyd-Steinberg dithering
$ pnmremap -floyd -mapfile=[palette.pnm] [input.pnm] > [output.pnm]
copy
No dithering
$ pnmremap -nofloyd -mapfile=[palette.pnm] [input.pnm] > [output.pnm]
copy

SYNOPSIS

pnmremap [options] [file]

DESCRIPTION

pnmremap replaces each pixel's color in a PNM image with the closest matching color from a specified palette image. This is useful for forcing an image to use only a specific set of colors, such as when targeting a limited-color display format.The -floyd option enables Floyd-Steinberg error diffusion dithering for smoother visual results. The palette is provided via -mapfile as a PNM image where each unique pixel color represents one allowed color. Part of the Netpbm toolkit.

PARAMETERS

FILE

Input PNM file.
-mapfile FILE
Color palette image.
-floyd
Use Floyd-Steinberg dithering.
-nofloyd
No dithering.
-norandom
Disable random dithering.
-firstisdefault
Use first palette color as default.

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

Requires palette file. Part of Netpbm suite.

HISTORY

pnmremap was created as part of Netpbm for color palette mapping.

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