From 7182ad366771ef216680e243a9105249b28dd200 Mon Sep 17 00:00:00 2001 From: anthony Date: Wed, 9 May 2012 00:04:53 +0000 Subject: [PATCH] --- MagickCore/resize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.40.0