Linux command
pbmtogem 命令
文本
涉及管道、覆盖或删除,执行前请先确认路径和参数。
常用示例
Convert a PBM image to GEM IMG format
pbmtogem [input.pbm] > [output.img]
Convert from stdin
cat [input.pbm] | pbmtogem > [output.img]
说明
pbmtogem reads a PBM image as input and produces a compressed GEM .img file as output. GEM (Graphics Environment Manager) was a GUI system used on Atari ST computers and early IBM PCs. If no input file is specified, the program reads from standard input. The output is always written to standard output. This tool does not support compression of repeated lines. Part of the Netpbm toolkit.
FAQ
What is the pbmtogem command used for?
pbmtogem reads a PBM image as input and produces a compressed GEM .img file as output. GEM (Graphics Environment Manager) was a GUI system used on Atari ST computers and early IBM PCs. If no input file is specified, the program reads from standard input. The output is always written to standard output. This tool does not support compression of repeated lines. Part of the Netpbm toolkit.
How do I run a basic pbmtogem example?
Run `pbmtogem [input.pbm] > [output.img]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more pbmtogem examples?
This page includes 2 examples for pbmtogem, plus related commands for nearby Linux tasks.