]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 13 Feb 2015 21:55:45 +0000 (21:55 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 13 Feb 2015 21:55:45 +0000 (21:55 +0000)
MagickCore/fx.c
MagickCore/property.c

index b4302a6b9891928d643fbabafef489799de9e245..5de4f41335ca781f161f78ab7c8172e258b26865 100644 (file)
@@ -1187,7 +1187,7 @@ static double FxChannelStatistics(FxInfo *fx_info,Image *image,
       (void) GetImageKurtosis(image,&kurtosis,&skewness,exception);
       (void) FormatLocaleString(statistic,MaxTextExtent,"%g",skewness);
     }
-  if (LocaleNCompare(symbol,"standard_deviation",18) == 0)
+  if (LocaleNCompare(symbol,"standard-deviation",18) == 0)
     {
       double
         mean,
@@ -1774,7 +1774,7 @@ static double FxGetSymbol(FxInfo *fx_info,const PixelChannel channel,
         }
       if (LocaleNCompare(symbol,"skewness",8) == 0)
         return(FxChannelStatistics(fx_info,image,channel,symbol,exception));
-      if (LocaleNCompare(symbol,"standard_deviation",18) == 0)
+      if (LocaleNCompare(symbol,"standard-deviation",18) == 0)
         return(FxChannelStatistics(fx_info,image,channel,symbol,exception));
       break;
     }
index 4249022b1dad9095e7d69de52a6e6c5d67b97056..e5e45b573b77508d859759daebf09d1170c51d45 100644 (file)
@@ -2800,7 +2800,7 @@ MagickExport const char *GetMagickProperty(ImageInfo *image_info,
           string=image->magick;
           break;
         }
-      if (LocaleCompare("max",property) == 0)
+      if (LocaleCompare("maxima",property) == 0)
         {
           double
             maximum,
@@ -2824,7 +2824,7 @@ MagickExport const char *GetMagickProperty(ImageInfo *image_info,
             GetMagickPrecision(),mean);
           break;
         }
-      if (LocaleCompare("min",property) == 0)
+      if (LocaleCompare("minima",property) == 0)
         {
           double
             maximum,