Files
tldr/pages.zh/common/eyuvtoppm.md

8 lines
353 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# eyuvtoppm
> 将伯克利YUV文件转换为PPM。
> 更多信息:<https://netpbm.sourceforge.net/doc/eyuvtoppm.html>。
- 从指定的输入文件读取伯克利YUV文件将其转换为PPM图像并存储在指定的输出文件中
`eyuvtoppm --width {{width}} --height {{height}} {{path/to/input_file.eyuv}} > {{path/to/output_file.ppm}}`