← 返回命令列表

Linux command

sputoppm 命令

文本

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

常用示例

Convert Atari Spectrum 512 to PPM

sputoppm [input.spu] > [output.ppm]

说明

sputoppm converts images in the Atari Spectrum 512 uncompressed format (SPU) to PPM (Portable Pixmap) format. The Spectrum 512 format was used on the Atari ST computer to display images with up to 512 simultaneous colors by cycling the palette on each scanline. This tool is part of the Netpbm image processing toolkit, which provides converters between many image formats.

FAQ

What is the sputoppm command used for?

sputoppm converts images in the Atari Spectrum 512 uncompressed format (SPU) to PPM (Portable Pixmap) format. The Spectrum 512 format was used on the Atari ST computer to display images with up to 512 simultaneous colors by cycling the palette on each scanline. This tool is part of the Netpbm image processing toolkit, which provides converters between many image formats.

How do I run a basic sputoppm example?

Run `sputoppm [input.spu] > [output.ppm]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.