← 返回命令列表

Linux command

pbmtomacp 命令

文件

涉及管道、覆盖或删除,执行前请先确认路径和参数。

常用示例

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.