mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 07:42:52 +00:00
14 lines
339 B
Plaintext
14 lines
339 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# xvminitoppm
|
|
|
|
> Convert an XV thumbnail picture to PPM.
|
|
> More information: <https://netpbm.sourceforge.net/doc/xvminitoppm.html>.
|
|
|
|
- Convert an XV thumbnail image file to PPM:
|
|
|
|
`xvminitoppm {{path/to/input_file}} > {{path/to/output_file.ppm}}`
|