pnmalias

Anti-alias edges in PNM images

TLDR

Anti-alias image edges
$ pnmalias [input.pnm] > [output.pnm]
Specify background color
$ pnmalias -bgcolor [white] [input.pnm] > [output.pnm]

SYNOPSIS

pnmalias [options] [file]

DESCRIPTION

pnmalias anti-aliases edges in PNM images by smoothing transitions between foreground and background colors. Part of Netpbm toolkit.

PARAMETERS

-bgcolor color

Background color for anti-aliasing.
-fgcolor color
Foreground color.

INSTALL

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

SEE ALSO

pnmsmooth(1), ppmquant(1)