1HEADER(1) General Commands Manual HEADER(1)
2
3
4
6 header - prints information about a vasari format file
7
9 header infile [field]
10
12 header prints the contents of infile's header to stdout.
13
14 The extra optional field argument lets you get information on a spe‐
15 cific item in the header. For example:
16
17 example% header $VIPSHOME/pics/master.v
18 ***************** IMAGE DESCRIPTOR ******************
19 Xsize: 400
20 Ysize: 660
21 Bands: 4
22 Bbits: 8
23 BandFmt: 0 --> FMTUCHAR
24 Type: 13 --> LAB
25 Coding: 2 --> LABPACK
26 Xres: 0.147005
27 Yres: 0.147005
28 *****************************************************
29 example% header $VIPSHOME/pics/master.v Xsize
30 400
31 example%
32
33 This is useful for shell scripts. Possible values for field are: Xsize,
34 Ysize, Bands, Bbits, BandFmt, Type, Coding, Xres, Yres, Length, Com‐
35 pression, and Level.
36
37
39 im_intro(3X).
40
42 N. Dessipris
43
45 N. Dessipris - 12/07/1990
46
47
48
49 12 July 1990 HEADER(1)