else
{
if (image_info->verbose != MagickFalse)
- (void) IsImagesEqual(image,reconstruct_image,exception);
+ (void) SetImageColorMetric(image,reconstruct_image,exception);
if (*difference_image->magick == '\0')
(void) CopyMagickString(difference_image->magick,image->magick,
MagickPathExtent);
if (attribute_flag[1] != 0)
image->fuzz=StringToDoubleInterval(
argument_list[1].string_reference,(double) QuantumRange+1.0);
- (void) IsImagesEqual(image,argument_list[0].image_reference,
+ (void) SetImageColorMetric(image,argument_list[0].image_reference,
exception);
break;
}
if (attribute_flag[1] != 0)
image->fuzz=StringToDoubleInterval(
argument_list[1].string_reference,(double) QuantumRange+1.0);
- (void) IsImagesEqual(image,argument_list[0].image_reference,
+ (void) SetImageColorMetric(image,argument_list[0].image_reference,
exception);
break;
}