From: anthony Date: Wed, 9 May 2012 00:04:53 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~5628 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7182ad366771ef216680e243a9105249b28dd200;p=imagemagick --- diff --git a/MagickCore/resize.c b/MagickCore/resize.c index 21d5a2b27..d6beccbef 100644 --- a/MagickCore/resize.c +++ b/MagickCore/resize.c @@ -256,7 +256,7 @@ static MagickRealType Gaussian(const MagickRealType x, exp( -coeff[1]*(x^2)) ) * coeff[2]; - However the multiplier coeff[1] is not needed and not used. + However the multiplier coeff[1] is need, the others are informative only. This separates the gaussian 'sigma' value from the 'blur/support' settings allowing for its use in special 'small sigma' gaussians,