Files
cheatsheet-tldr/tldr/ppmtopuzz

14 lines
328 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# ppmtopuzz
> Convert a PPM image to an X11 puzzle file.
> More information: <https://netpbm.sourceforge.net/doc/ppmtopuzz.html>.
- Convert a PPM image to an X11 puzzle file:
`ppmtopuzz {{path/to/file.ppm}} > {{path/to/file.puzz}}`