blob: 6d0cc3f53e0ee08adc0e2f9caa48a7835175884d [file] [log] [blame]
cristy3ed852e2009-09-05 21:47:34 +00001.TH identify 1 "Date: 2009/01/10 01:00:00" "ImageMagick"
2.SH NAME
3identify \- describes the format and characteristics of one or more image files.
4.SH SYNOPSIS
5.TP
6\fBidentify\fP [\fIoptions\fP] \fIinput-file\fP
7.SH OVERVIEW
8The \fBidentify\fP program is a member of the ImageMagick(1) suite of tools. It describes the format and characteristics of one or more image files. It also reports if an image is incomplete or corrupt. The information returned includes the image number, the file name, the width and height of the image, whether the image is colormapped or not, the number of colors in the image (by default off use \fI-define unique=true\fP option), 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. Many more attributes are available with the verbose option.
9
cristy4e65ec22012-04-08 01:33:27 +000010For more information about the identify command, point your browser to file:///usr/local/share/doc/ImageMagick-7.0.0/www/identify.html or http://www.imagemagick.org/script/identify.php.
cristy3ed852e2009-09-05 21:47:34 +000011.SH DESCRIPTION
12Image Settings:
13 \-antialias remove pixel-aliasing
14 \-authenticate value decrypt image with this password
15 \-channel type apply option to select image channels
16 \-crop geometry cut out a rectangular region of the image
17 \-define format:option
18 define one or more image format options
19 \-define unique=true return the number of unique colors in the image
20 \-density geometry horizontal and vertical density of the image
21 \-depth value image depth
22 \-extract geometry extract area from image
cristycee40182012-06-17 01:34:13 +000023 \-features distance analyze image features (e.g. contrast, correlation)
cristy3ed852e2009-09-05 21:47:34 +000024 \-format "string" output formatted image characteristics
25 \-fuzz distance colors within this distance are considered equal
26 \-interlace type type of image interlacing scheme
27 \-interpolate method pixel color interpolation method
28 \-limit type value pixel cache resource limit
29 \-list type Color, Configure, Delegate, Format, Magic, Module,
30 Resource, or Type
cristy191c0b72012-08-12 16:29:52 +000031 \-mask filename associate a mask with the image
cristy3ed852e2009-09-05 21:47:34 +000032 \-matte store matte channel if the image has one
33 \-monitor monitor progress
34 \-ping efficiently determine image attributes
35 \-quiet suppress all warning messages
36 \-regard-warnings pay attention to warning messages
37 \-sampling-factor geometry
38 horizontal and vertical sampling factor
39 \-seed value seed a new sequence of pseudo-random numbers
40 \-set attribute value set an image attribute
41 \-size geometry width and height of image
42 \-strip strip image of all profiles and comments
cristy150989e2010-02-01 14:59:39 +000043 \-unique display the number of unique colors in the image
cristy3ed852e2009-09-05 21:47:34 +000044 \-units type the units of image resolution
45 \-verbose print detailed information about the image
46 \-virtual-pixel method
47 virtual pixel access method
48
cristy150989e2010-02-01 14:59:39 +000049Image Operators:
50 \-negate replace each pixel with its complementary color
51
cristy3ed852e2009-09-05 21:47:34 +000052Miscellaneous Options:
53 \-debug events display copious debugging information
54 \-help print program options
55 \-log format format of debugging information
56 \-list type print a list of supported option arguments
57 \-version print version information
58
59By default, the image format of `file' is determined by its magic number. To specify a particular image format, precede the filename with an image format name and a colon (i.e. ps:image) or specify the image type as the filename suffix (i.e. image.ps). Specify 'file' as '-' for standard input or output.
cristy4d412212012-06-27 23:14:48 +000060.SH NOTE
61Although some options appear to modify the file to be identified, the identify command is strictly \fBread only\fP. For instance, the crop option crops the in-memory image and then describes the result.
cristy3ed852e2009-09-05 21:47:34 +000062.SH SEE ALSO
63ImageMagick(1)
64
65.SH COPYRIGHT
66
cristy4e65ec22012-04-08 01:33:27 +000067\fBCopyright (C) 1999-2012 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-7.0.0/www/license.html or http://www.imagemagick.org/script/license.php\fP