← 返回命令列表

Linux command

thinkjettopbm 命令

文本

涉及管道、覆盖或删除,执行前请先确认路径和参数。

常用示例

Convert HP ThinkJet to PBM

thinkjettopbm [input.thinkjet] > [output.pbm]

Convert with debug output

thinkjettopbm -debug [input.thinkjet] > [output.pbm]

说明

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.

参数

-debug
Enable diagnostic output on standard error.

FAQ

What is the thinkjettopbm command used for?

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.

How do I run a basic thinkjettopbm example?

Run `thinkjettopbm [input.thinkjet] > [output.pbm]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -debug do in thinkjettopbm?

Enable diagnostic output on standard error.