1compare(1) General Commands Manual compare(1)
2
3
4
6 compare - mathematically and visually annotate the difference between
7 an image and its reconstruction.
8
10 compare input-file input-file [options] output-file
11
13 The compare program is a member of the ImageMagick(1) suite of tools.
14 Use it to mathematically and visually annotate the difference between
15 an image and its reconstruction.
16
17 For more information about the compare command, point your browser to
18 file:///usr/share/doc/ImageMagick-6.3.2/www/compare.html or
19 http://www.imagemagick.org/script/compare.php.
20
22 Image Settings:
23 -authenticate value decrypt image with this password
24 -channel type apply option to select image channels
25 -colorspace type alternate image colorspace
26 -compress type type of pixel compression when writing the image
27 -debug events display copious debugging information
28 -define format:option
29 define one or more image format options
30 -density geometry horizontal and vertical density of the image
31 -depth value image depth
32 -extract geometry extract area from image
33 -format "string" output formatted image characteristics
34 -fuzz distance colors within this distance are considered equal
35 -help print program options
36 -identify identify the format and characteristics of the
37 image
38 -interlace type type of image interlacing scheme
39 -limit type value pixel cache resource limit
40 -log format format of debugging information
41 -metric type measure differences between images with this
42 metric
43 -monitor monitor progress
44 -profile filename add, delete, or apply an image profile
45 -quality value JPEG/MIFF/PNG compression level
46 -quiet suppress all error or warning messages
47 -quantize colorspace reduce colors in this colorspace
48 -regard-warnings pay attention to warning messages
49 -sampling-factor geometry
50 horizontal and vertical sampling factor
51 -set attribute value set an image attribute
52 -size geometry width and height of image
53 -transparent-color color
54 transparent color
55 -type type image type
56 -verbose print detailed information about the image
57 -version print version information
58 -virtual-pixel method
59 virtual pixel access method
60
61 By default, the image format of `file' is determined by its magic num‐
62 ber. To specify a particular image format, precede the filename with
63 an image format name and a colon (i.e. ps:image) or specify the image
64 type as the filename suffix (i.e. image.ps). Specify 'file' as '-' for
65 standard input or output.
66
68 ImageMagick(1)
69
70
72 Copyright (C) 1999-2006 ImageMagick Studio LLC. Additional copyrights
73 and licenses apply to this software, see
74 file:///usr/share/doc/ImageMagick-6.3.2/www/license.php or
75 http://www.imagemagick.org/script/license.php
76
77
78
79ImageMagick Date: 2005/03/01 01:00:00 compare(1)