Log in Go to the main page Page Discussion History Go to the file list Go to the site toolbox Bookmark and Share

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

Image:accessories-text-editor-v2-medium.png 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

Image:emblem-package-medium.png 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

Image:Folder-medium.png Related Files

The identify executable is normally found here: /usr/bin/identifty

Image:icemon-medium.png Related Articles

Information on other Linux commands Image:Tux-small.png

Information on F5 BigIP commands Image:F5-logo-small.png

Information on Cisco commands Image:Cisco-logo-small.png

Information on Vyatta commands Image:Vyatta-logo-small.png

Information on Extreme commands Image:Extreme-logo-small.png

Information on Zebra commands

Information on Secure Platform commands

Information on Blue Coat SGOS commands

Information on Nokia IPSO commands


Image:internet-group-chat-small.png We really do appreciate all feedback so please do send your comments, suggestions or corrections to sjiveson#routerzone.eu
(replacing the # with an @)


Site Toolbox:

Personal tools
This page was last modified on 28 January 2010, at 14:23. - This page has been accessed 10 times. - Disclaimers - About RZWiki
Powered by MediaWiki