From 678607b98ae74cb18adfe8b9c9a192dc43aec978 Mon Sep 17 00:00:00 2001 From: nicolas <nicolas@git.imagemagick.org> Date: Mon, 10 Sep 2012 20:05:40 +0000 Subject: [PATCH] --- MagickCore/enhance.c | 1 + 1 file changed, 1 insertion(+) diff --git a/MagickCore/enhance.c b/MagickCore/enhance.c index 1467a40f8..0f8e482d9 100644 --- a/MagickCore/enhance.c +++ b/MagickCore/enhance.c @@ -3316,6 +3316,7 @@ MagickExport MagickBooleanType SigmoidalContrastImage(Image *image, */ if (contrast<MagickEpsilon) return(MagickTrue); + /* Sigmoidal function with inflexion point moved to b and "slope constant" set to a. -- 2.40.0