1Yuy2topam User Manual(0) Yuy2topam User Manual(0)
2
3
4
6 yuy2topam - convert YUY2 bytes to PAM
7
8
10 yuy2topam
11
12 -width=pixels -height=pixels [filename]
13
14
16 This program is part of Netpbm(1).
17
18 yuy2topam reads raw YUY2 bytes as input and produces a PAM image as
19 output. The input file is just YUY2 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.
22
23 The output image has maxval 255.
24
25
27 In addition to the options common to all programs based on libnetpbm
28 (most notably -quiet, see
29 Common Options ⟨index.html#commonoptions⟩ ), yuy2topam recognizes the
30 following command line options:
31
32
33
34
35 -width=width
36 Width of the image, in pixels. This must be an even number.
37
38
39 -height=height
40 Height of the image.
41
42
43
44 These options are mandatory.
45
46
48 pam(1)
49
50
52 Michael Haardt <michael@moria.de>.
53
55 This manual page was generated by the Netpbm tool 'makeman' from HTML
56 source. The master documentation is at
57
58 http://netpbm.sourceforge.net/doc/yuy2topam.html
59
60netpbm documentation 23 December 2014 Yuy2topam User Manual(0)