From 0ad4ab244942843156327f8979ce8fbb3de90103 Mon Sep 17 00:00:00 2001 From: cristy Date: Fri, 15 Mar 2013 01:14:59 +0000 Subject: [PATCH] --- MagickWand/compare.c | 2 ++ utilities/compare.1.in | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/MagickWand/compare.c b/MagickWand/compare.c index 0531d4bc0..5f5e243bf 100644 --- a/MagickWand/compare.c +++ b/MagickWand/compare.c @@ -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", diff --git a/utilities/compare.1.in b/utilities/compare.1.in index a2f4f4dd2..45f879750 100644 --- a/utilities/compare.1.in +++ b/utilities/compare.1.in @@ -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 -- 2.40.0