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

index 9b3bed024dc7428a555f21e37709ce53777b403c..e299a118f71067ad49f4c5630be34f76cba017e7 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 0
+#if 1
         /* Simpilified function scaling,
          * with better 'contrast=0' or 'flatline' handling (greyscale)
          */