1IM_PRINTHD(3) Library Functions Manual IM_PRINTHD(3)
2
3
4
6 im_printhd - prints the header of a Vasari format image file.
7
9 #include <vips/vips.h>
10
11 void im_printhd(header)
12 VAS_HD *header;
13
15 im_printhd(3) prints the VAS_HD descriptor pointed by header. It is
16 mainly used for debugging purposes and to read the header information
17 of Vasari image files. If the header of the image files is changed
18 this function must change accordingly.
19
21 im_readhd(3), im_readhist(3), header(1).
22
24 N. Dessipris
25
27 N. Dessipris - 11/04/1990
28
29
30
31 11 April 1990 IM_PRINTHD(3)