]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 15 Mar 2013 01:14:59 +0000 (01:14 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 15 Mar 2013 01:14:59 +0000 (01:14 +0000)
MagickWand/compare.c
utilities/compare.1.in

index 0531d4bc0ff8af8f5dfa927197b733a8af5bbc3e..5f5e243bf747036eb9ece57f93be203e06c73be4 100644 (file)
@@ -136,6 +136,8 @@ static MagickBooleanType CompareUsage(void)
       "-seed value          seed a new sequence of pseudo-random numbers",
       "-set attribute value set an image attribute",
       "-quality value       JPEG/MIFF/PNG compression level",
+      "-similarity-threshold value",
+      "                     minimum distortion for (sub)image match",
       "-size geometry       width and height of image",
       "-subimage-search     search for subimage",
       "-transparent-color color",
index a2f4f4dd2e0504838fe538c1c939719bfab23436..45f87975075fe1b31d6b8de55385339938ae8014 100644 (file)
@@ -20,6 +20,8 @@ Image Settings:
                        define one or more image format options
   \-density geometry    horizontal and vertical density of the image
   \-depth value         image depth
+  \-dissimilarity-threshold value
+                        maximum distortion for (sub)image match
   \-encipher filename   convert plain pixels to cipher pixels
   \-extract geometry    extract area from image
   \-format "string"     output formatted image characteristics
@@ -42,6 +44,8 @@ Image Settings:
                        horizontal and vertical sampling factor
   \-seed value          seed a new sequence of pseudo-random numbers
   \-set attribute value set an image attribute
+  \-similarity-threshold value
+                        minumum distortion for (sub)image match
   \-size geometry       width and height of image
   \-subimage-search     search for subimage
   \-synchronize         synchronize image to storage device