blob: 61935e44a17398bf2ac771077667df29d013246b [file] [log] [blame]
cristy3ed852e2009-09-05 21:47:34 +00001.TH compare 1 "Date: 2009/01/10 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
cristy4e65ec22012-04-08 01:33:27 +000010For more information about the compare command, point your browser to file:///usr/local/share/doc/ImageMagick-7.0.0/www/compare.html or http://www.imagemagick.org/script/compare.php.
cristy3ed852e2009-09-05 21:47:34 +000011.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 \-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 \-encipher filename convert plain pixels to cipher pixels
24 \-extract geometry extract area from image
25 \-format "string" output formatted image characteristics
26 \-fuzz distance colors within this distance are considered equal
27 \-identify identify the format and characteristics of the image
28 \-interlace type type of image interlacing scheme
29 \-highlight-color color
30 emphasize pixel differences with this color
31 \-limit type value pixel cache resource limit
32 \-lowlight-color color
33 de-emphasize pixel differences with this color
34 \-metric type measure differences between images with this metric
35 \-monitor monitor progress
36 \-profile filename add, delete, or apply an image profile
37 \-quality value JPEG/MIFF/PNG compression level
38 \-quiet suppress all warning messages
39 \-quantize colorspace reduce colors in this colorspace
40 \-regard-warnings pay attention to warning messages
41 \-sampling-factor geometry
42 horizontal and vertical sampling factor
43 \-seed value seed a new sequence of pseudo-random numbers
44 \-set attribute value set an image attribute
45 \-size geometry width and height of image
cristy086bd1c2010-08-09 01:13:32 +000046 \-subimage-search search for subimage
cristyd9a29192010-10-16 16:49:53 +000047 \-synchronize synchronize image to storage device
48 \-taint declare the image as modified
cristy3ed852e2009-09-05 21:47:34 +000049 \-transparent-color color
50 transparent color
51 \-type type image type
52 \-verbose print detailed information about the image
53 \-virtual-pixel method
54 virtual pixel access method
55
56Miscellaneous Options:
57 \-debug events display copious debugging information
58 \-help print program options
59 \-log format format of debugging information
60 \-list type print a list of supported option arguments
61 \-version print version information
62
63By 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.
64.SH SEE ALSO
65ImageMagick(1)
66
67.SH COPYRIGHT
68
cristy45ef08f2012-12-07 13:13:34 +000069\fBCopyright (C) 1999-2013 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