LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

thinkjettopbm

Convert HP ThinkJet to PBM format

TLDR

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

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

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

Copied to clipboard
Kai