1iinfo(1) OpenImageIO iinfo(1)
2
3
4
6 iinfo -- print information about images
7
9 Usage: iinfo [options] filename...
10
12 This program is part of the OpenImageIO (http://www.openimageio.org)
13 tool suite. Detailed documentation is avaliable in pdf format with the
14 OpenImageIO distribution.
15
17 --help Print help message
18
19 -v Verbose output
20
21 -m %s Metadata names to print (default: all)
22
23 -f Prefix each line with the filename
24
25 -s Sum the image sizes
26
27 -a Print info about all subimages
28
29 --hash Print SHA-1 hash of pixel values
30
31 --stats
32 Print image pixel statistics (data window)
33
34
35
36 02 November 2018 iinfo(1)