add new chinese translations
This commit is contained in:
8
pages.zh/common/eyuvtoppm.md
Normal file
8
pages.zh/common/eyuvtoppm.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# 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}}`
|
Reference in New Issue
Block a user