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