Linux command
pbmtomacp 命令
文件
Uses pipes, overwrite, or deletion. Check paths and options first.
命令示例
Convert PBM to MacPaint format
pbmtomacp [input.pbm] > [output.macp]
Specify position
pbmtomacp -left [100] -top [50] [input.pbm] > [output.macp]
说明
pbmtomacp converts PBM bitmaps to MacPaint format for classic Macintosh. MacPaint used a fixed 576x720 canvas. Part of Netpbm toolkit.
参数
- -left _n_
- Left margin pixels.
- -top _n_
- Top margin pixels.
FAQ
What is the pbmtomacp command used for?
pbmtomacp converts PBM bitmaps to MacPaint format for classic Macintosh. MacPaint used a fixed 576x720 canvas. Part of Netpbm toolkit.
How do I run a basic pbmtomacp example?
Run `pbmtomacp [input.pbm] > [output.macp]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -left _n_ do in pbmtomacp?
Left margin pixels.