mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
14 lines
455 B
Plaintext
14 lines
455 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# eyuvtoppm
|
|
|
|
> Convert a Berkeley YUV file to PPM.
|
|
> More information: <https://netpbm.sourceforge.net/doc/eyuvtoppm.html>.
|
|
|
|
- Read a Berkeley YUV file from the specified input file, convert it to a PPM image, and store it in the specified output file:
|
|
|
|
`eyuvtoppm --width {{width}} --height {{height}} {{path/to/input_file.eyuv}} > {{path/to/output_file.ppm}}`
|