pbmpscale

scales PBM bitmaps by an integer factor with anti-aliasing, producing

TLDR

Scale bitmap with anti-aliasing
$ pbmpscale [4] [input.pbm] > [output.pgm]

SYNOPSIS

pbmpscale scale [file]

DESCRIPTION

pbmpscale scales PBM bitmaps by an integer factor with anti-aliasing, producing grayscale output. Useful for smooth enlargement of 1-bit images. Part of Netpbm toolkit.

PARAMETERS

scale

Integer scale factor.

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

pbmreduce(1), pamscale(1)