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