mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 22:43:13 +00:00
14 lines
431 B
Plaintext
14 lines
431 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# yuvtoppm
|
|
|
|
> Convert Abekas YUV bytes to PPM.
|
|
> More information: <https://netpbm.sourceforge.net/doc/yuvtoppm.html>.
|
|
|
|
- Read Akebas YUV bytes from the specified input file, convert them to a PPM image and store them in the specified output file:
|
|
|
|
`yuvtoppm {{width}} {{height}} {{path/to/input_file.yuv}} > {{path/to/output_file.ppm}}`
|