1VIPSHEADER(1)               General Commands Manual              VIPSHEADER(1)
2
3
4

NAME

6       vipsheader - prints information about an image file
7

SYNOPSIS

9       vipsheader [OPTIONS ...] files ...
10

DESCRIPTION

12       vipsheader(1) prints image header fields to stdout.
13
14

OPTIONS

16       -a, --all
17              Show  all  fields.  Fields  are  displayed  to be convenient for
18              humans to read, so  binary  data,  for  example,  is  summarized
19              rather than simply copied.
20
21
22       -f FIELD, --field=FIELD
23              Print  value of FIELD from image header. Fields are printed in a
24              way suitable for programs to understand, so, for example, binary
25              data is base64-encoded and printed as a stream of characters.
26
27              The  special  field name getext prints the VIPS extension block:
28              the XML defining the image metadata. You can  alter  this,  then
29              reattach with vipsedit(1).
30
31

EXAMPLES

33        $ vipsheader -f Xsize ~/pics/*.v
34        1024
35        1279
36        22865
37        1
38        256
39
40

SEE ALSO

42       vipsedit(1)
43
45       N. Dessipris
46

AUTHOR

48       N. Dessipris - 12/07/1990
49
50
51
52                                 12 July 1990                    VIPSHEADER(1)
Impressum