From: Cristy Date: Fri, 25 Aug 2017 23:15:34 +0000 (-0400) Subject: ... X-Git-Tag: 7.0.7-0~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4acf872c36d3563503c2600035bf51df2b1d5b8;p=imagemagick ... --- diff --git a/MagickCore/compare.c b/MagickCore/compare.c index 31990d305..33018fa31 100644 --- a/MagickCore/compare.c +++ b/MagickCore/compare.c @@ -1368,7 +1368,6 @@ static MagickBooleanType GetStructuralSimilarityDistortion(const Image *image, sigma=StringToDouble(artifact,(char **) NULL); (void) FormatLocaleString(geometry,MagickPathExtent,"gaussian:%.20gx%.20g", radius,sigma); -(void) FormatLocaleString(geometry,MagickPathExtent,"square:%.20g",4.0); kernel_info=AcquireKernelInfo(geometry,exception); if (kernel_info == (KernelInfo *) NULL) ThrowBinaryException(ResourceLimitError,"MemoryAllocationFailed",