imageinfo (1) - Linux Manuals
imageinfo: display selected image information
NAME
imageinfo - display selected image information
SYNOPSIS
imageinfo [--help] [--version] [--format] [--fmtdscr] [--size] [--depth] [--geom] [--width] [--height] [--iccname] [--iccfile=file] [--iccmd5] [--md5hash] [--sha256hash] imagefileDESCRIPTION
imageinfo computes and displays selected image attributes. It is similar in function to the ImageMagick identify utility, but provides a few additional attributes (such as details of embedded ICC profiles), and allows command line selection of the attributes to be computed, avoiding unnecessary computation and and allowing easier parsing of results when this utility is called from a script.OPTIONS
imageinfo accepts the following options:- --help
- Display help message
- --version
- Display imageinfo version
- --format
- Display image format
- --fmtdscr
- Display image format description
- --size
- Display image size
- --depth
- Display bit depth
- --geom
- Display image geometry
- --width
- Display image width
- --height
- Display image height
- --iccname
- Display ICC profile name
- --iccfile=file
- Save ICC profile to file
- --iccmd5
- Display MD5 hash of ICC profile
- --md5hash
- Display MD5 hash of image
- --sha256hash
- Display SHA-256 hash of image
AUTHOR
Brendt Wohlberg <software [at] wohlberg.net>