LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pbmpscale

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

TLDR

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

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
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

SEE ALSO

Copied to clipboard
Kai