]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Mon, 16 Jul 2012 01:35:56 +0000 (01:35 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Mon, 16 Jul 2012 01:35:56 +0000 (01:35 +0000)
MagickCore/enhance.c

index e299a118f71067ad49f4c5630be34f76cba017e7..9b3bed024dc7428a555f21e37709ce53777b403c 100644 (file)
@@ -3380,7 +3380,7 @@ MagickExport MagickBooleanType SigmoidalContrastImage(Image *image,
     if (sharpen != MagickFalse)
       {
 #define sigmoidal(a,b,x)  (1/(1+exp((a)*((b)-(x)))))
-#if 1
+#if 0
         /* Simpilified function scaling,
          * with better 'contrast=0' or 'flatline' handling (greyscale)
          */