LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

spctoppm

Convert Atari Spectrum images to PPM

TLDR

Convert Atari SPC to PPM
$ spctoppm [input.spc] > [output.ppm]
copy

SYNOPSIS

spctoppm [file]

DESCRIPTION

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.

INSTALL

sudo apt install netpbm
copy
sudo dnf install netpbm
copy
sudo pacman -S netpbm
copy
sudo apk add netpbm
copy
sudo zypper install netpbm
copy
brew install netpbm
copy
nix profile install nixpkgs#netpbm
copy

SEE ALSO

Copied to clipboard
Kai