mirror of https://github.com/CrimsonTome/tldr.git
9 lines
238 B
Markdown
9 lines
238 B
Markdown
|
# yuy2topam
|
||
|
|
||
|
> Convert YUY2 bytes to PAM.
|
||
|
> More information: <https://netpbm.sourceforge.net/doc/yuy2topam.html>.
|
||
|
|
||
|
- Convert YUY2 bytes to PAM:
|
||
|
|
||
|
`yuy2topam -width {{value}} -height {{value}} {{path/to/file.yuy2}} > {{path/to/file.pam}}`
|