mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
87c9a4b69c
Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
9 lines
317 B
Markdown
9 lines
317 B
Markdown
# ppmtoyuv
|
|
|
|
> Convert a PPM image to an Abekas YUV file.
|
|
> More information: <https://netpbm.sourceforge.net/doc/ppmtoyuv.html>.
|
|
|
|
- Read a PPM image from the input file, convert it to an Abekas YUV image, and store it in the specified output file:
|
|
|
|
`ppmtoyuv {{path/to/input_file.ppm}} > {{path/to/output_file.yuv}}`
|