MagickBooleanType
status;
- status=FxEvaluateChannelExpression(fx_info,GrayChannel,0,0,alpha,exception);
+ status=FxEvaluateChannelExpression(fx_info,DefaultChannels,0,0,alpha,
+ exception);
return(status);
}
*/
for (i=0; i < 3; i++)
{
- size_t
+ size_t
xx,
yy;
if (LocaleNCompare("fx:",property,3) == 0)
{
fx_info=AcquireFxInfo(image,property+3);
- status=FxEvaluateChannelExpression(fx_info,DefaultChannels,0,0,&alpha,
- exception);
+ status=FxEvaluateExpression(fx_info,0,0,&alpha,exception);
fx_info=DestroyFxInfo(fx_info);
if (status != MagickFalse)
{
{
if (LocaleNCompare("width",property,5) == 0)
{
- (void) FormatMagickString(value,MaxTextExtent,"%.20g",(double)
+ (void) FormatMagickString(value,MaxTextExtent,"%.20g",(double)
(image->magick_columns != 0 ? image->magick_columns : 256));
break;
}