LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pbmtoptx

converts PBM bitmaps to Printronix printer graphics format

TLDR

Convert PBM to Printronix format
$ pbmtoptx [input.pbm] > [output.ptx]
copy

SYNOPSIS

pbmtoptx [file]

DESCRIPTION

pbmtoptx converts PBM bitmaps to Printronix printer graphics format. Printronix made line printers with graphics capabilities. Part of Netpbm toolkit.

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