4ImageMagick Image Description Utility4NF,
C

 


Contents





Synopsis

7
identify file [ file ... ]


*Back to Contents






Description

F
identify describes the format and characteristics of one or5more image files. It will also report if an image is:incomplete or corrupt. The information displayed includes<the scene number, the file name, the width and height of the:image, whether the image is colormapped or not, the number9of colors in the image, the number of bytes in the image,:the format of the image (JPEG, PNM, etc.), and finally the<number of seconds it took to read and process the image. An1example line output from identify follows:



A    images/aquarium.miff 640x480 PseudoClass 256c 308135b MIFF 1s


GIf -verbose is set, expect additional output including any imagecomment:



    Image: images/aquarium.miff      class: PseudoClass      colors: 2561      signature: eb5dca81dd93ae7e6ffae99a5275a53e      matte: False      geometry: 640x480      depth: 8      bytes: 308135      format: MIFF      comments: 5        Imported from MTV raster image:  aquarium.mtv



*Back to Contents






Options



-verbose/
print detailed information about the image.

>

This information is printed: image name; the image classG(DirectClass or PseudoClass); the total number of uniqueFcolors; whether there is a matte associated with the image; the numberGof runlength packets; the image size; the depth of the image; the imageAformat; the image scene; and finally any image comment. Refer toBmiff for a description of the image class.





*Back to Contents







Copyright

7
Copyright 1997 E. I. du Pont de Nemours and Company:Permission to use, copy, modify, distribute, and sell this8software and its documentation for any purpose is hereby6granted without fee, provided that the above copyright8notice appear in all copies and that both that copyright6notice and this permission notice appear in supporting4documentation, and that the name of E. I. du Pont de1Nemours and Company not be used in advertising or4publicity pertaining to distribution of the software:without specific, written prior permission. E. I. du Pont9de Nemours and Company makes no representations about the4suitability of this software for any purpose. It is5provided "as is" without express or implied warranty.

6

E. I. du Pont de Nemours and Company disclaims all6warranties with regard to this software, including all8implied warranties of merchantability and fitness, in no:event shall E. I. du Pont de Nemours and Company be liable9for any special, indirect or consequential damages or any6damages whatsoever resulting from loss of use, data or8profits, whether in an action of contract, negligence or6other tortious action, arising out of or in connection-with the use or performance of this software.


*Back to Contents






Authors

>
John Cristy, G cristy@sympatico.org E.I. du Pont de Nemours and CompanyIncorporated.
*Back to Contents


4[home page]IImage manipulation software that works like magic.