2014-06-24 15:19:57 +02:00
|
|
|
.TH VIPSHEADER 1 "12 July 1990"
|
2011-07-26 10:27:06 +02:00
|
|
|
.SH NAME
|
2014-06-24 15:19:57 +02:00
|
|
|
vipsheader \- prints information about an image file
|
2011-07-26 10:27:06 +02:00
|
|
|
.SH SYNOPSIS
|
2014-06-24 15:19:57 +02:00
|
|
|
vipsheader [OPTIONS ...] files ...
|
2011-07-26 10:27:06 +02:00
|
|
|
.SH DESCRIPTION
|
2014-06-24 15:19:57 +02:00
|
|
|
.B vipsheader(1)
|
2016-11-01 12:51:20 +01:00
|
|
|
prints image header fields to stdout.
|
2011-07-26 10:27:06 +02:00
|
|
|
|
|
|
|
.SH OPTIONS
|
2016-11-01 12:51:20 +01:00
|
|
|
|
|
|
|
.TP
|
|
|
|
.B -a, --all
|
|
|
|
Show all fields. Fields are displayed to be convenient for humans to read, so
|
|
|
|
binary data, for example, is summarized rather than simply copied.
|
|
|
|
|
2011-07-26 10:27:06 +02:00
|
|
|
.TP
|
|
|
|
.B -f FIELD, --field=FIELD
|
|
|
|
Print value of
|
|
|
|
.B FIELD
|
2016-11-01 12:51:20 +01:00
|
|
|
from image header. Fields are printed in a way suitable for programs to
|
|
|
|
understand, so, for example, binary data is base64-encoded and printed as a
|
|
|
|
stream of characters.
|
2011-07-26 10:27:06 +02:00
|
|
|
|
2016-11-01 12:51:20 +01:00
|
|
|
The special field name
|
|
|
|
.B getext
|
|
|
|
prints the VIPS extension block: the XML defining the image metadata. You can
|
|
|
|
alter this, then reattach with
|
|
|
|
.B vipsedit(1).
|
2013-10-22 18:12:50 +02:00
|
|
|
|
2011-07-26 10:27:06 +02:00
|
|
|
.SH EXAMPLES
|
2014-06-24 15:19:57 +02:00
|
|
|
$ vipsheader -f Xsize ~/pics/*.v
|
2011-07-26 10:27:06 +02:00
|
|
|
1024
|
|
|
|
1279
|
|
|
|
22865
|
|
|
|
1
|
|
|
|
256
|
|
|
|
|
|
|
|
.SH SEE ALSO
|
2014-06-24 15:19:57 +02:00
|
|
|
vipsedit(1)
|
2011-07-26 10:27:06 +02:00
|
|
|
.SH COPYRIGHT
|
|
|
|
N. Dessipris
|
|
|
|
.SH AUTHOR
|
|
|
|
N. Dessipris \- 12/07/1990
|