1imageinfo(1) General Commands Manual imageinfo(1)
2
3
4
6 imageinfo ‐ display selected image information
7
9 imageinfo [--help] [--version] [--format] [--fmtdscr] [--size]
10 [--depth] [--geom] [--width] [--height] [--iccname] [--iccfile=file]
11 [--iccmd5] [--md5hash] [--sha256hash] imagefile
12
14 imageinfo computes and displays selected image attributes. It is simi‐
15 lar in function to the ImageMagick identify utility, but provides a few
16 additional attributes (such as details of embedded ICC profiles), and
17 allows command line selection of the attributes to be computed, avoid‐
18 ing unnecessary computation and and allowing easier parsing of results
19 when this utility is called from a script.
20
22 imageinfo accepts the following options:
23
24 --help Display help message
25
26 --version
27 Display imageinfo version
28
29 --format
30 Display image format
31
32 --fmtdscr
33 Display image format description
34
35 --size Display image size
36
37 --depth Display bit depth
38
39 --geom Display image geometry
40
41 --width Display image width
42
43 --height
44 Display image height
45
46 --iccname
47 Display ICC profile name
48
49 --iccfile=file
50 Save ICC profile to file
51
52 --iccmd5
53 Display MD5 hash of ICC profile
54
55 --md5hash
56 Display MD5 hash of image
57
58 --sha256hash
59 Display SHA-256 hash of image
60
62 identify(1)
63
65 Brendt Wohlberg <software@wohlberg.net>
66
67
68
69 16 July 2007 imageinfo(1)