← 返回命令列表

Linux command

spctoppm 命令

文本

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

常用示例

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.