2025-03-14 21:59:59 -06:00
|
|
|
# eyuvtoppm
|
|
|
|
|
|
|
|
|
|
> Convert a Berkeley YUV file to PPM.
|
|
|
|
|
> More information: <https://netpbm.sourceforge.net/doc/eyuvtoppm.html>.
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Read a Berkeley YUV file from the specified input file, convert it to a PPM image, and store it in the specified output file:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`eyuvtoppm --width {{width}} --height {{height}} {{path/to/input_file.eyuv}} > {{path/to/output_file.ppm}}`
|