HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

yuy2topam — Convert YUY2 bytes to PAM. More information: <https://netpbm.sourceforge.net/doc/yuy2topam.html>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandyuy2topampamconvertbytesclimoreyuy2

Problem

How to use the yuy2topam command: Convert YUY2 bytes to PAM. More information: <https://netpbm.sourceforge.net/doc/yuy2topam.html>.

Solution

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}}

Code Snippets

Convert YUY2 bytes to PAM

yuy2topam {{[-w|-width]}} {{value}} {{[-h|-height]}} {{value}} {{path/to/file.yuy2}} > {{path/to/file.pam}}

Context

tldr-pages: common/yuy2topam

Revisions (0)

No revisions yet.