]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authoranthony <anthony@git.imagemagick.org>
Wed, 9 May 2012 00:04:53 +0000 (00:04 +0000)
committeranthony <anthony@git.imagemagick.org>
Wed, 9 May 2012 00:04:53 +0000 (00:04 +0000)
MagickCore/resize.c

index 21d5a2b277431096628940461f6303fdbb0c9e89..d6beccbef592c65258b214bb549042c24f11e0a2 100644 (file)
@@ -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,