thinkjettopbm

Convert HP ThinkJet to PBM format

TLDR

Convert HP ThinkJet to PBM
$ thinkjettopbm [input.thinkjet] > [output.pbm]
Convert with debug output
$ thinkjettopbm -debug [input.thinkjet] > [output.pbm]

SYNOPSIS

thinkjettopbm [-debug] [thinkjetfile_]

DESCRIPTION

thinkjettopbm reads HP ThinkJet printer commands from the specified file (or standard input) and produces a PBM image on standard output. It silently ignores text and non-graphics command sequences.The program handles only a small subset of ThinkJet command sequences, but enough to convert screen images from older HP test equipment. It is part of the Netpbm toolkit.

PARAMETERS

-debug

Enable diagnostic output on standard error.

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

pbmtolj(1), ppmtolj(1), ppmtopj(1), pjtoppm(1), pnmtopclxl(1), netpbm(1)