mirror of https://github.com/CrimsonTome/tldr.git
9 lines
245 B
Markdown
9 lines
245 B
Markdown
|
# sputoppm
|
||
|
|
||
|
> Convert an Atari uncompressed Spectrum image to a PPM image.
|
||
|
> More information: <https://netpbm.sourceforge.net/doc/sputoppm.html>.
|
||
|
|
||
|
- Convert an SPU file to a PPM image:
|
||
|
|
||
|
`sputoppm {{path/to/input.spu}} > {{path/to/output.ppm}}`
|