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.

SEE ALSO

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

Copied to clipboard
Kai