logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

vipsheader - prints information about an image file

Author

       N. Dessipris - 12/07/1990

                                                  12 July 1990                                     VIPSHEADER(1)

Description

vipsheader(1) prints image header fields to stdout.

Examples

        $ vipsheader -f width ~/pics/*.v
        1024
        1279
        22865
        1
        256

Name

       vipsheader - prints information about an image file

Options

-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 printed.

       -fFIELD,--field=FIELD
              Print the value of FIELD from the 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.

              The special field name getext prints  the  VIPS  extension  block:  the  XML  defining  the  image
              metadata. You can alter this, then reattach with vipsedit(1).

              You can use multiple "-f" arguments to print the values of many fields.

See Also

vipsedit(1)

Synopsis

       vipsheader [OPTIONS ...] files ...

See Also