1Eyuvtoppm User Manual(0) Eyuvtoppm User Manual(0)
2
3
4
6 eyuvtoppm - convert a Berkeley YUV file to a PPM file
7
8
10 eyuvtoppm [--width width] [--height height] [eyuvfile]
11
12
14 This program is part of Netpbm(1).
15
16 eyuvtoppm reads a Berkeley Encoder YUV (not the same as Abekas YUV)
17 file as input and produces a PPM image on Standard Output.
18
19 With no filename argument takes input from Standard Input. Otherwise,
20 eyuvfile is the file specification of the input file.
21
22
24 In addition to the options common to all programs based on libnetpbm
25 (most notably -quiet, see
26 Common Options ⟨index.html#commonoptions⟩ ), eyuvtoppm recognizes the
27 following command line options:
28
29
30
31
32 --width width
33 Width of the image, in pixels. Must be an even number.
34
35
36 --height height
37 Height of the image, in pixels. Must be an even number.
38
39
40
41 These options are mandatory.
42
43
44
46 ppmtoeyuv(1), yuvtoppm(1), ppm(1)
47
49 This manual page was generated by the Netpbm tool 'makeman' from HTML
50 source. The master documentation is at
51
52 http://netpbm.sourceforge.net/doc/eyuvtoppm.html
53
54netpbm documentation 22 April 2001 Eyuvtoppm User Manual(0)