]> granicus.if.org Git - imagemagick/blob - utilities/compare.1
IM7: New example quantization table in config
[imagemagick] / utilities / compare.1
1 .TH compare 1 "Date: 2009/01/10 01:00:00" "ImageMagick"
2 .SH NAME
3 compare \- 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
8 The \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
10 For more information about the compare command, point your browser to file:///usr/local/share/doc/ImageMagick-7/www/compare.html or http://www.imagemagick.org/script/compare.php.
11 .SH DESCRIPTION
12 Image 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   \-compose operator    set image composite operator
17   \-compress type       type of pixel compression when writing the image
18   \-decipher filename   convert cipher pixels to plain pixels
19   \-define format:option
20                        define one or more image format options
21   \-density geometry    horizontal and vertical density of the image
22   \-depth value         image depth
23   \-dissimilarity-threshold value
24                         maximum distortion for (sub)image match
25   \-encipher filename   convert plain pixels to cipher pixels
26   \-extract geometry    extract area from image
27   \-format "string"     output formatted image characteristics
28   \-fuzz distance       colors within this distance are considered equal
29   \-identify            identify the format and characteristics of the image
30   \-interlace type      type of image interlacing scheme
31   \-highlight-color color
32                        emphasize pixel differences with this color
33   \-limit type value    pixel cache resource limit
34   \-lowlight-color color
35                        de-emphasize pixel differences with this color
36   \-metric type         measure differences between images with this metric
37   \-monitor             monitor progress
38   \-profile filename    add, delete, or apply an image profile
39   \-quality value       JPEG/MIFF/PNG compression level
40   \-quiet               suppress all warning messages
41   \-quantize colorspace reduce colors in this colorspace
42   \-regard-warnings     pay attention to warning messages
43   \-sampling-factor geometry
44                        horizontal and vertical sampling factor
45   \-seed value          seed a new sequence of pseudo-random numbers
46   \-set attribute value set an image attribute
47   \-similarity-threshold value
48                         minumum distortion for (sub)image match
49   \-size geometry       width and height of image
50   \-subimage-search     search for subimage
51   \-synchronize         synchronize image to storage device
52   \-taint               declare the image as modified
53   \-transparent-color color
54                        transparent color
55   \-type type           image type
56   \-verbose             print detailed information about the image
57   \-virtual-pixel method
58                        virtual pixel access method
59
60 Miscellaneous Options:
61   \-debug events        display copious debugging information
62   \-help                print program options
63   \-log format          format of debugging information
64   \-list type           print a list of supported option arguments
65   \-version             print version information
66
67 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.
68 .SH SEE ALSO
69 ImageMagick(1)
70
71 .SH COPYRIGHT
72
73 \fBCopyright (C) 1999-2013 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-7/www/license.html or http://www.imagemagick.org/script/license.php\fP