]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authornicolas <nicolas@git.imagemagick.org>
Wed, 12 Sep 2012 15:20:56 +0000 (15:20 +0000)
committernicolas <nicolas@git.imagemagick.org>
Wed, 12 Sep 2012 15:20:56 +0000 (15:20 +0000)
MagickCore/enhance.c

index 9adb1559bac756b6e7801fb26e397ba423e452e5..fb08f8a84f1fb8971377376184eb0a8d3b34baa5 100644 (file)
@@ -3326,7 +3326,7 @@ MagickExport MagickBooleanType NormalizeImage(Image *image,
   See http://osdir.com/ml/video.image-magick.devel/2005-04/msg00006.html and
   http://www.cs.dartmouth.edu/farid/downloads/tutorials/fip.pdf.  The limit
   of ScaledSigmoidal as a->0 is the identity, but a=0 gives a division by
-  zero. This is fixed above by exiting immediately when contrast is small,
+  zero. This is fixed below by exiting immediately when contrast is small,
   leaving the image (or colormap) unmodified. This appears to be safe because
   the series expansion of the logistic sigmoidal function around x=b is