From: dirk Date: Thu, 7 Nov 2013 21:20:34 +0000 (+0000) Subject: Added standard_deviation to GetMagickProperty. X-Git-Tag: 7.0.1-0~3144 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc513ecd07cbe3b1d1787cd3927483a047e4174a;p=imagemagick Added standard_deviation to GetMagickProperty. --- diff --git a/MagickCore/property.c b/MagickCore/property.c index e4cdbb174..7ea082a38 100644 --- a/MagickCore/property.c +++ b/MagickCore/property.c @@ -2864,7 +2864,8 @@ MagickExport const char *GetMagickProperty(ImageInfo *image_info, GetMagickPrecision(),skewness); break; } - if (LocaleCompare("standard-deviation",property) == 0) + if ((LocaleCompare("standard-deviation",property) == 0) || + (LocaleCompare("standard_deviation",property) == 0)) { double mean,