1Yuvtoppm User Manual(0) Yuvtoppm User Manual(0)
2
3
4
6 yuvtoppm - convert Abekas YUV bytes to PPM
7
8
10 yuvtoppm
11
12 width height [imagedata]
13
14
16 This program is part of Netpbm(1).
17
18 yuvtoppm reads raw Abekas YUV bytes as input and produces a PPM image
19 as output. The input file is just YUV bytes. You have to specify the
20 width and height on the command line, since the program obviously can't
21 get them from the file. yuvotppm assumes the maxval of the input is
22 255.
23
24 The ppmtoyuv manual(1) tells a little about the Abekas YUV format.
25
26
28 There are no command line options defined specifically for yuvtoppm,
29 but it recognizes the options common to all programs based on libnetpbm
30 (See
31 Common Options ⟨index.html#commonoptions⟩ .)
32
33
35 ppmtoyuv(1), ppm(1)
36
37
39 Marc Boucher <marc@PostImage.COM>, based on Example Conversion Program,
40 A60/A64 Digital Video Interface Manual, page 69.
41
42 Copyright (C) 1991 by DHD PostImage Inc.
43
44 Copyright (C) 1987 by Abekas Video Systems Inc.
45
47 This manual page was generated by the Netpbm tool 'makeman' from HTML
48 source. The master documentation is at
49
50 http://netpbm.sourceforge.net/doc/yuvtoppm.html
51
52netpbm documentation 25 March 91 Yuvtoppm User Manual(0)