mirror of https://github.com/CrimsonTome/tldr.git
243 B
243 B
spctoppm
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}}