Linux command
pbmtogo 命令
文本
涉及管道、覆盖或删除,执行前请先确认路径和参数。
常用示例
Convert a PBM file to GraphOn format
pbmtogo [input.pbm] > [output.go]
Convert from standard input
cat [input.pbm] | pbmtogo > [output.go]
说明
pbmtogo reads a PBM (Portable Bitmap) image as input and produces GraphOn graphics format output. GraphOn was a company that made terminal emulators with graphics capabilities. This tool is part of the Netpbm toolkit for image format conversion. The output is sent to standard output and can be redirected to a file.
FAQ
What is the pbmtogo command used for?
pbmtogo reads a PBM (Portable Bitmap) image as input and produces GraphOn graphics format output. GraphOn was a company that made terminal emulators with graphics capabilities. This tool is part of the Netpbm toolkit for image format conversion. The output is sent to standard output and can be redirected to a file.
How do I run a basic pbmtogo example?
Run `pbmtogo [input.pbm] > [output.go]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more pbmtogo examples?
This page includes 2 examples for pbmtogo, plus related commands for nearby Linux tasks.