Linux command
pbmtomgr 命令
文本
涉及管道、覆盖或删除,执行前请先确认路径和参数。
常用示例
Convert PBM to MGR format
pbmtomgr [input.pbm] > [output.mgr]
Convert from stdin
cat [input.pbm] | pbmtomgr > [output.mgr]
说明
pbmtomgr reads a PBM image as input and produces a MGR bitmap as output. MGR is a window manager that was a smaller alternative to the X Window System, developed at Bellcore in the 1980s. Part of the Netpbm toolkit.
FAQ
What is the pbmtomgr command used for?
pbmtomgr reads a PBM image as input and produces a MGR bitmap as output. MGR is a window manager that was a smaller alternative to the X Window System, developed at Bellcore in the 1980s. Part of the Netpbm toolkit.
How do I run a basic pbmtomgr example?
Run `pbmtomgr [input.pbm] > [output.mgr]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more pbmtomgr examples?
This page includes 2 examples for pbmtomgr, plus related commands for nearby Linux tasks.