root / ImageMagick / branches / ImageMagick-6.3.5 / utilities / compare.1

Revision 7647, 3.1 kB (checked in by cristy, 15 months ago)
Line 
1.TH compare 1 "Date: 2005/03/01 01:00:00" "ImageMagick"
2.SH NAME
3compare \- mathematically and visually annotate the difference between an image and its reconstruction.
4.SH SYNOPSIS
5.TP
6\fBcompare\fP \fIinput-file\fP \fIinput-file\fP [\fIoptions\fP] \fIoutput-file\fP
7.SH OVERVIEW
8The \fBcompare\fP program is a member of the ImageMagick(1) suite of tools.  Use it to mathematically and visually annotate the difference between an image and its reconstruction.
9
10For more information about the compare command, point your browser to file:///usr/local/share/doc/ImageMagick-6.3.5/www/compare.html or http://www.imagemagick.org/script/compare.php.
11.SH DESCRIPTION
12Image Settings:
13  -authenticate value  decrypt image with this password
14  -channel type        apply option to select image channels
15  -colorspace type     alternate image colorspace
16  -compress type       type of pixel compression when writing the image
17  -debug events        display copious debugging information
18  -define format:option
19                       define one or more image format options
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  -help                print program options
26  -identify            identify the format and characteristics of the image
27  -interlace type      type of image interlacing scheme
28  -limit type value    pixel cache resource limit
29  -log format          format of debugging information
30  -metric type         measure differences between images with this metric
31  -monitor             monitor progress
32  -profile filename    add, delete, or apply an image profile
33  -quality value       JPEG/MIFF/PNG compression level
34  -quiet               suppress all warning messages
35  -quantize colorspace reduce colors in this colorspace
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  -transparent-color color
43                       transparent color
44  -type type           image type
45  -verbose             print detailed information about the image
46  -version             print version information
47  -virtual-pixel method
48                       virtual pixel access method
49
50By 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.
51.SH SEE-ALSO
52ImageMagick(1)
53
54.SH COPYRIGHT
55
56\fBCopyright (C) 1999-2007 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.3.5/www/license.php or http://www.imagemagick.org/script/license.php\fP
Note: See TracBrowser for help on using the browser.