mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-06 15:45:21 +00:00
14 lines
349 B
Plaintext
14 lines
349 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# yuy2topam
|
|
|
|
> Convert YUY2 bytes to PAM.
|
|
> More information: <https://netpbm.sourceforge.net/doc/yuy2topam.html>.
|
|
|
|
- Convert YUY2 bytes to PAM:
|
|
|
|
`yuy2topam {{[-w|-width]}} {{value}} {{[-h|-height]}} {{value}} {{path/to/file.yuy2}} > {{path/to/file.pam}}`
|