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 --version
21 Print version and exit
22
23 -v Verbose output
24
25 -m NAMES
26 Metadata names to print (default: all)
27
28 -f Prefix each line with the filename
29
30 -s Sum the image sizes
31
32 -a Print info about all subimages
33
34 --hash Print SHA-1 hash of pixel values
35
36 --stats
37 Print image pixel statistics (data window)
38
39
40
41 09 November 2023 iinfo(1)