mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-07 13:15:39 +02:00
8 lines
251 B
Markdown
8 lines
251 B
Markdown
# yuy2topam
|
|
|
|
> 将 YUY2 字节转换为 PAM。
|
|
> 更多信息:<https://netpbm.sourceforge.net/doc/yuy2topam.html>.
|
|
|
|
- 将 YUY2 字节转换为 PAM:
|
|
|
|
`yuy2topam -width {{值}} -height {{值}} {{路径/到/文件.yuy2}} > {{路径/到/文件.pam}}`
|