Sophie

Sophie

distrib > Fedora > 15 > x86_64 > by-pkgid > 7a579927004ffa6d3091899d9f3f8f1d > files > 6

imageinfo-0.05-13.fc15.x86_64.rpm

			       imageinfo

                   Display selected image attributes

                   Brendt Wohlberg  <software@wohlberg.net>

               [Most recent modification: 6 November 2005]

Functionality:

   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. 

Usage:

  imageinfo [OPTION...] <image file>

  --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
  --help                   Show this help message
  --usage                  Display brief usage message


Requirements:
  
  * ImageMagick (see http://www.imagemagick.org/).
  * Little CMS (see http://www.littlecms.com/).
  * The popt library (see http://www.gnu.org/directory/libs/popt.html).

  imageinfo provides access to embedded ICC profile details when
  linked against a version of ImageMagick built with support for the
  littlecms library. Unfortunately, some standard ImageMagick RPMs
  (including those for Fedora Core 3) are built without lcms
  support. The "magickrpmwlcms" utility included in this distribution
  may be used to reconfigure an ImageMagick Source RPM to include lcms
  support. (This script should be used with caution, as it has not
  been particularly well tested.)

License:

  This software (except for files md5.h and md5.c, which are Copyright
  (C) 1999, 2002 Aladdin Enterprises, and subject to the license terms
  described in those files) is made available under the terms of the
  GPL (see file included in this distribution).