Linux command
ppmtoilbm 命令
文本
涉及管道、覆盖或删除,执行前请先确认路径和参数。
常用示例
Convert PPM to IFF ILBM format
ppmtoilbm [input.ppm] > [output.ilbm]
Specify bit planes
ppmtoilbm -planes [8] [input.ppm] > [output.ilbm]
说明
ppmtoilbm converts PPM images to IFF ILBM (Interleaved Bitmap) format used by Amiga computers. Supports HAM (Hold-And-Modify) modes. Part of Netpbm toolkit.
参数
- -planes _n_
- Number of bit planes.
- -ham6
- Use HAM6 mode.
- -ham8
- Use HAM8 mode.
FAQ
What is the ppmtoilbm command used for?
ppmtoilbm converts PPM images to IFF ILBM (Interleaved Bitmap) format used by Amiga computers. Supports HAM (Hold-And-Modify) modes. Part of Netpbm toolkit.
How do I run a basic ppmtoilbm example?
Run `ppmtoilbm [input.ppm] > [output.ilbm]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -planes _n_ do in ppmtoilbm?
Number of bit planes.