Files
cheatsheet-tldr/tldr/pnmtosir

14 lines
332 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# pnmtosir
> Convert a PNM file to a Solitaire Image Recorder file.
> More information: <https://netpbm.sourceforge.net/doc/pnmtosir.html>.
- Convert a PNM image to a SIR image:
`pnmtosir {{path/to/input.pnm}} > {{path/to/output.sir}}`