logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

yuy2topam - convert YUY2 bytes to PAM

Author

       Michael Haardt <michael@moria.de>.

Description

       This program is part of Netpbm(1).

       yuy2topam  reads raw YUY2 bytes as input and produces a PAM image as output.  The input file is just YUY2
       bytes.  You have to specify the width and height on the command line, since the program  obviously  can't
       get them from the file.

       The output image has maxval 255.

Document Source

       This manual page was generated by the Netpbm tool 'makeman' from HTML source.  The  master  documentation
       is at

              http://netpbm.sourceforge.net/doc/yuy2topam.html

netpbm documentation                            23 December 2014                        Yuy2topamUserManual(1)

Name

       yuy2topam - convert YUY2 bytes to PAM

Options

       In  addition  to  the options common to all programs based on libnetpbm (most notably -quiet, see  Common
       Options ), yuy2topam recognizes the following command line options:

       -width=width
              Width of the image, in pixels.  This must be an even number.

       -height=height
              Height of the image.

       These options are mandatory.

See Also

pam(1)

Synopsis

yuy2topam-width=pixels-height=pixels [filename]

See Also