From: cristy Date: Mon, 26 May 2014 16:17:53 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~2274 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c8e4f6fd07a64265dee9abcf02c095ac7bd0a8b;p=imagemagick --- diff --git a/MagickCore/fx.c b/MagickCore/fx.c index ff295b894..5e315715d 100644 --- a/MagickCore/fx.c +++ b/MagickCore/fx.c @@ -1736,7 +1736,7 @@ static double FxGetSymbol(FxInfo *fx_info,const PixelChannel channel, if (LocaleNCompare(symbol,"minima",6) == 0) return(FxChannelStatistics(fx_info,image,channel,symbol,exception)); if (LocaleCompare(symbol,"m") == 0) - return(QuantumScale*pixel.blue); + return(QuantumScale*pixel.green); break; } case 'N': @@ -1815,7 +1815,7 @@ static double FxGetSymbol(FxInfo *fx_info,const PixelChannel channel, case 'y': { if (LocaleCompare(symbol,"y") == 0) - return(QuantumScale*pixel.green); + return(QuantumScale*pixel.blue); break; } case 'Z':