Display Image Information Using Imagemagick
From RZWiki
Contents |
To display image information at the command line using ImageMagick, use the following command syntax;
- For basic format and dimension information: identify image_file_name
- For detailed information: identify -verbose image_file_name
Linux Usage Notes
With most Linux or Unix commands;
- Non root users may need to prefix commands with the sudo command, for example: sudo chmod 644 *
- Brief help can be displayed using the -h or --help parameter, for example: chmod --help
- A full command manual can be displayed using the man command followed by the command name, for example: man chmod
- Sometimes 'info' pages are used instead of or to provide more information than man pages; for example: info chmod
- Version information can normally be display using the -v, -V or --version parameter, for example: chmod --version. However, this paramater is also frequently used to display verbose output.
noinclude/noinclude
Installation
ImageMagick can be installed or upgraded as follows, depending on your platform;
- Ubuntu: apt-get install imagemagick
- Fedora Core: yum install imagemagick
- FreeBSD: pkg_add -v -r imagemagick
Related Files
The identify executable is normally found here: /usr/bin/identifty
Related Articles
Information on other Linux commands
Information on F5 BigIP commands
Information on Cisco commands
Information on Vyatta commands
Information on Extreme commands
Information on Zebra commands
Information on Secure Platform commands
Information on Blue Coat SGOS commands
Information on Nokia IPSO commands
(replacing the # with an @) |







