Linux command
spctoppm 命令
文本
Uses pipes, overwrite, or deletion. Check paths and options first.
命令示例
Convert Atari SPC to PPM
spctoppm [input.spc] > [output.ppm]
说明
spctoppm converts images in the Atari compressed Spectrum format (SPC) to PPM (Portable Pixmap) format. The Spectrum format was used on the Atari ST computer for storing color images. This tool is part of the Netpbm image processing toolkit, which provides converters between many image formats.
FAQ
What is the spctoppm command used for?
spctoppm converts images in the Atari compressed Spectrum format (SPC) to PPM (Portable Pixmap) format. The Spectrum format was used on the Atari ST computer for storing color images. This tool is part of the Netpbm image processing toolkit, which provides converters between many image formats.
How do I run a basic spctoppm example?
Run `spctoppm [input.spc] > [output.ppm]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.