From a60bdfc18cb13d24561dcd5e93ce4d35885aae61 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Thu, 29 Feb 2024 00:12:52 +0000 Subject: [PATCH] Update cheatsheets --- tldr/yuy2topam | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tldr/yuy2topam diff --git a/tldr/yuy2topam b/tldr/yuy2topam new file mode 100644 index 00000000..896b7f55 --- /dev/null +++ b/tldr/yuy2topam @@ -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: . + +- Convert YUY2 bytes to PAM: + +`yuy2topam -width {{value}} -height {{value}} {{path/to/file.yuy2}} > {{path/to/file.pam}}`