~ubuntu-branches/ubuntu/quantal/imagemagick/quantal

« back to all changes in this revision

Viewing changes to utilities/identify.1

  • Committer: Bazaar Package Importer
  • Author(s): Muharem Hrnjadovic
  • Date: 2009-06-04 13:01:13 UTC
  • mfrom: (1.1.5 upstream) (6.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090604130113-my9114jxmafpwew3
Tags: 7:6.5.1.0-1.1ubuntu1
* Merge from debian unstable, remaining changes:
  - (Build-)depend on libltdl7-dev instead of libltdl3-dev (the armel buildds
    currently have both available).
  - Don't build-dep on librsvg, it brings in excessive dependencies

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH identify 1 "Date: 2005/03/01 01:00:00" "ImageMagick"
 
1
.TH identify 1 "Date: 2009/01/10 01:00:00" "ImageMagick"
2
2
.SH NAME
3
3
identify \- describes the format and characteristics of one or more image files.
4
4
.SH SYNOPSIS
5
5
.TP
6
6
\fBidentify\fP [\fIoptions\fP] \fIinput-file\fP
7
7
.SH OVERVIEW
8
 
The \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, 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.
 
8
The \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
9
 
10
 
For more information about the identify command, point your browser to file:///usr/share/doc/ImageMagick-6.4.5/www/identify.html or http://www.imagemagick.org/script/identify.php.
 
10
For more information about the identify command, point your browser to file:///usr/share/doc/ImageMagick-6.5.1/www/identify.html or http://www.imagemagick.org/script/identify.php.
11
11
.SH DESCRIPTION
12
12
Image 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
 
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
18
                       define one or more image format options
19
 
  -density geometry    horizontal and vertical density of the image
20
 
  -depth value         image depth
21
 
  -extract geometry    extract area from image
22
 
  -format "string"     output formatted image characteristics
23
 
  -fuzz distance       colors within this distance are considered equal
24
 
  -interlace type      type of image interlacing scheme
25
 
  -interpolate method  pixel color interpolation method
26
 
  -limit type value    pixel cache resource limit
27
 
  -list type           Color, Configure, Delegate, Format, Magic, Module,
 
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
 
23
  \-format "string"     output formatted image characteristics
 
24
  \-fuzz distance       colors within this distance are considered equal
 
25
  \-interlace type      type of image interlacing scheme
 
26
  \-interpolate method  pixel color interpolation method
 
27
  \-limit type value    pixel cache resource limit
 
28
  \-list type           Color, Configure, Delegate, Format, Magic, Module,
28
29
                       Resource, or Type
29
 
  -matte               store matte channel if the image has one
30
 
  -monitor             monitor progress
31
 
  -ping                efficiently determine image attributes
32
 
  -quiet               suppress all warning messages
33
 
  -regard-warnings     pay attention to warning messages
34
 
  -sampling-factor geometry
 
30
  \-matte               store matte channel if the image has one
 
31
  \-monitor             monitor progress
 
32
  \-ping                efficiently determine image attributes
 
33
  \-quiet               suppress all warning messages
 
34
  \-regard-warnings     pay attention to warning messages
 
35
  \-sampling-factor geometry
35
36
                       horizontal and vertical sampling factor
36
 
  -seed value          seed a new sequence of pseudo-random numbers
37
 
  -set attribute value set an image attribute
38
 
  -size geometry       width and height of image
39
 
  -strip               strip image of all profiles and comments
40
 
  -units type          the units of image resolution
41
 
  -verbose             print detailed information about the image
42
 
  -virtual-pixel method
 
37
  \-seed value          seed a new sequence of pseudo-random numbers
 
38
  \-set attribute value set an image attribute
 
39
  \-size geometry       width and height of image
 
40
  \-strip               strip image of all profiles and comments
 
41
  \-units type          the units of image resolution
 
42
  \-verbose             print detailed information about the image
 
43
  \-virtual-pixel method
43
44
                       virtual pixel access method
44
45
 
45
46
Miscellaneous Options:
46
 
  -debug events        display copious debugging information
47
 
  -help                print program options
48
 
  -log format          format of debugging information
49
 
  -list type           print a list of supported option arguments
50
 
  -version             print version information
 
47
  \-debug events        display copious debugging information
 
48
  \-help                print program options
 
49
  \-log format          format of debugging information
 
50
  \-list type           print a list of supported option arguments
 
51
  \-version             print version information
51
52
 
52
53
By 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.
53
 
.SH SEE-ALSO
 
54
.SH SEE ALSO
54
55
ImageMagick(1)
55
56
 
56
57
.SH COPYRIGHT
57
58
 
58
 
\fBCopyright (C) 1999-2008 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/share/doc/ImageMagick-6.4.5/www/license.php or http://www.imagemagick.org/script/license.php\fP
 
59
\fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/share/doc/ImageMagick-6.5.1/www/license.html or http://www.imagemagick.org/script/license.php\fP