Linux command
pbmtoxbm 命令
文本
涉及管道、覆盖或删除,执行前请先确认路径和参数。
常用示例
Convert PBM to X bitmap
pbmtoxbm [input.pbm] > [output.xbm]
Convert with custom name
pbmtoxbm -name [icon] [input.pbm] > [icon.xbm]
说明
pbmtoxbm converts PBM bitmap images to X11 bitmap format (.xbm). X bitmaps are C source files usable in X11 applications. Part of Netpbm toolkit.
参数
- -name _name_
- Variable name in output.
FAQ
What is the pbmtoxbm command used for?
pbmtoxbm converts PBM bitmap images to X11 bitmap format (.xbm). X bitmaps are C source files usable in X11 applications. Part of Netpbm toolkit.
How do I run a basic pbmtoxbm example?
Run `pbmtoxbm [input.pbm] > [output.xbm]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -name _name_ do in pbmtoxbm?
Variable name in output.