mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-21 15:02:14 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
13
tldr/spctoppm
Normal file
13
tldr/spctoppm
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user