mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-04 09:43:49 +00:00
14 lines
331 B
Plaintext
14 lines
331 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# sirtopnm
|
|
|
|
> Convert a Solitaire Image Recorder file to a PNM file.
|
|
> More information: <https://netpbm.sourceforge.net/doc/sirtopnm.html>.
|
|
|
|
- Convert a SIR image to a PNM file:
|
|
|
|
`sirtopnm {{path/to/input.sir}} > {{path/to/output.pnm}}`
|