1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/yuy2topam.md
Juri Dispan a4a1efd9f8
yuy2topam: add page (#12362)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2024-02-28 19:47:29 +01:00

238 B

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