mirror of https://github.com/CrimsonTome/tldr.git
9 lines
243 B
Markdown
9 lines
243 B
Markdown
|
# 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}}`
|