Linux command
ppmtopi1 命令
文本
涉及管道、覆盖或删除,执行前请先确认路径和参数。
常用示例
Convert PPM to Atari Degas PI1
ppmtopi1 [input.ppm] > [output.pi1]
说明
ppmtopi1 reads a PPM image as input and produces an Atari Degas .pi1 file as output. PI1 is the low-resolution (320x200, 16 colors) format used by Degas on Atari ST computers. There are no command-line options beyond those common to all Netpbm programs. Input is read from the specified file or from standard input if no file is given. Output is written to standard output. Part of the Netpbm toolkit.
FAQ
What is the ppmtopi1 command used for?
ppmtopi1 reads a PPM image as input and produces an Atari Degas .pi1 file as output. PI1 is the low-resolution (320x200, 16 colors) format used by Degas on Atari ST computers. There are no command-line options beyond those common to all Netpbm programs. Input is read from the specified file or from standard input if no file is given. Output is written to standard output. Part of the Netpbm toolkit.
How do I run a basic ppmtopi1 example?
Run `ppmtopi1 [input.ppm] > [output.pi1]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.