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

eyuvtoppm - convert a Berkeley YUV file to a PPM file

Description

       This program is part of Netpbm(1).

       eyuvtoppm  reads  a  Berkeley  Encoder  YUV (not the same as Abekas YUV) file as input and produces a PPM
       image on Standard Output.

       With  no  filename  argument  takes  input  from  Standard  Input.   Otherwise,  eyuvfile   is  the  file
       specification of the input file.

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/eyuvtoppm.html

netpbm documentation                              22 April 2001                         EyuvtoppmUserManual(1)

Name

       eyuvtoppm - convert a Berkeley YUV file to a PPM file

Options

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

       --widthwidth
              Width of the image, in pixels.  Must be an even number.

       --heightheight
              Height of the image, in pixels.  Must be an even number.

       These options are mandatory.

See Also

ppmtoeyuv(1), yuvtoppm(1), ppm(1)

Synopsis

eyuvtoppm [--widthwidth] [--heightheight] [eyuvfile]

See Also