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 available in pdf format with the
14 OpenImageIO distribution.
15
17 --help Print help message
18
19 -v Verbose output
20
21 -m NAMES
22 Metadata names to print (default: all)
23
24 -f Prefix each line with the filename
25
26 -s Sum the image sizes
27
28 -a Print info about all subimages
29
30 --hash Print SHA-1 hash of pixel values
31
32 --stats
33 Print image pixel statistics (data window)
34
35
36
37 23 April 2020 iinfo(1)