projects
/
imagemagick
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b8290b
)
(no commit message)
author
cristy
<urban-warrior@git.imagemagick.org>
Mon, 26 May 2014 16:17:53 +0000
(16:17 +0000)
committer
cristy
<urban-warrior@git.imagemagick.org>
Mon, 26 May 2014 16:17:53 +0000
(16:17 +0000)
MagickCore/fx.c
patch
|
blob
|
history
diff --git
a/MagickCore/fx.c
b/MagickCore/fx.c
index ff295b8946f719d1af49d07a763d212023e716a0..5e315715df7d8000020c27559694a7c094745312 100644
(file)
--- 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':