spctoppm

Convert an Atari compressed Spectrum image to a PPM image. More information: <https://netpbm.sourceforge.net/doc/spctoppm.html>.

Install

All systems
curl cmd.cat/spctoppm.sh
Debian Debian
apt-get install netpbm
Ubuntu
apt-get install netpbm
Arch Arch Linux
pacman -S netpbm
image/svg+xml Kali Linux
apt-get install netpbm
CentOS
yum install netpbm-progs
Fedora
dnf install netpbm-progs
Windows (WSL2)
sudo apt-get update sudo apt-get install netpbm
OS X
brew install netpbm
Raspbian
apt-get install netpbm

Convert an Atari compressed Spectrum image to a PPM image. More information: <https://netpbm.sourceforge.net/doc/spctoppm.html>.

  • Convert an SPC file to a PPM image:
    spctoppm path/to/input.spc > path/to/output.ppm

© tl;dr; authors and contributors