Files
cheatsheet-tldr/tldr/ppmtoapplevol
2024-12-29 00:19:25 +00:00

14 lines
360 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# ppmtoapplevol
> Convert a PPM image into an Apple volume label image.
> More information: <https://netpbm.sourceforge.net/doc/ppmtoapplevol.html>.
- Convert a PPM image into an Apple volume label image:
`ppmtoapplevol {{path/to/image.ppm}} > {{path/to/output}}`