mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 13:58:37 +00:00
Update cheatsheets
This commit is contained in:
13
tldr/yuy2topam
Normal file
13
tldr/yuy2topam
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
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 -width {{value}} -height {{value}} {{path/to/file.yuy2}} > {{path/to/file.pam}}`
|
||||||
Reference in New Issue
Block a user