Linux command
pbmtobbnbg 命令
文本
涉及管道、覆盖或删除,执行前请先确认路径和参数。
常用示例
Convert a PBM file to BBN BitGraph format
pbmtobbnbg [input.pbm] > [output.bg]
Read from standard input
cat [input.pbm] | pbmtobbnbg > [output.bg]
说明
pbmtobbnbg reads a PBM image as input and produces BBN BitGraph graphics terminal format as output. If no file is specified, it reads from standard input. The BitGraph was a graphics terminal manufactured by BBN (Bolt Beranek and Newman). This tool is part of the Netpbm toolkit.
FAQ
What is the pbmtobbnbg command used for?
pbmtobbnbg reads a PBM image as input and produces BBN BitGraph graphics terminal format as output. If no file is specified, it reads from standard input. The BitGraph was a graphics terminal manufactured by BBN (Bolt Beranek and Newman). This tool is part of the Netpbm toolkit.
How do I run a basic pbmtobbnbg example?
Run `pbmtobbnbg [input.pbm] > [output.bg]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more pbmtobbnbg examples?
This page includes 2 examples for pbmtobbnbg, plus related commands for nearby Linux tasks.