1identify(1) General Commands Manual identify(1)
2
3
4
6 identify - describes the format and characteristics of one or more
7 image files.
8
10 identify [options] input-file
11
13 The identify program is a member of the ImageMagick(1) suite of tools.
14 It describes the format and characteristics of one or more image files.
15 It also reports if an image is incomplete or corrupt. The information
16 returned includes the image number, the file name, the width and height
17 of the image, whether the image is colormapped or not, the number of
18 colors in the image, the number of bytes in the image, the format of
19 the image (JPEG, PNM, etc.), and finally the number of seconds it took
20 to read and process the image. Many more attributes are available with
21 the verbose option.
22
23 For more information about the identify command, point your browser to
24 file:///usr/share/doc/ImageMagick-6.3.2/www/identify.html or
25 http://www.imagemagick.org/script/identify.php.
26
28 Image Settings:
29 -antialias remove pixel-aliasing
30 -authenticate value decrypt image with this password
31 -channel type apply option to select image channels
32 -crop geometry cut out a rectangular region of the image
33 -debug events display copious debugging information
34 -define format:option
35 define one or more image format options
36 -density geometry horizontal and vertical density of the image
37 -depth value image depth
38 -extract geometry extract area from image
39 -format "string" output formatted image characteristics
40 -fuzz distance colors within this distance are considered equal
41 -help print program options
42 -interlace type type of image interlacing scheme
43 -interpolate method pixel color interpolation method
44 -limit type value pixel cache resource limit
45 -list type Color, Configure, Delegate, Format, Magic, Mod‐
46 ule,
47 Resource, or Type
48 -log format format of debugging information
49 -matte store matte channel if the image has one
50 -monitor monitor progress
51 -ping efficiently determine image attributes
52 -quiet suppress all error or warning messages
53 -regard-warnings pay attention to warning messages
54 -sampling-factor geometry
55 horizontal and vertical sampling factor
56 -set attribute value set an image attribute
57 -size geometry width and height of image
58 -strip strip image of all profiles and comments
59 -units type the units of image resolution
60 -verbose print detailed information about the image
61 -version print version information
62 -virtual-pixel method
63 virtual pixel access method
64
65 By default, the image format of `file' is determined by its magic num‐
66 ber. To specify a particular image format, precede the filename with
67 an image format name and a colon (i.e. ps:image) or specify the image
68 type as the filename suffix (i.e. image.ps). Specify 'file' as '-' for
69 standard input or output.
70
72 ImageMagick(1)
73
74
76 Copyright (C) 1999-2006 ImageMagick Studio LLC. Additional copyrights
77 and licenses apply to this software, see
78 file:///usr/share/doc/ImageMagick-6.3.2/www/license.php or
79 http://www.imagemagick.org/script/license.php
80
81
82
83ImageMagick Date: 2005/03/01 01:00:00 identify(1)