return((Image *) NULL);
}
channel_mask=SetPixelChannelMask(border_image,AlphaChannel);
- shadow_image=GaussianBlurImage(border_image,0.0,sigma,bias,exception);
+ shadow_image=BlurImage(border_image,0.0,sigma,bias,exception);
border_image=DestroyImage(border_image);
if (shadow_image == (Image *) NULL)
return((Image *) NULL);
channel=GetPixelChannelMapChannel(image,i);
SetPixelChannelMapTraits(image,channel,
GetChannelBit(channel_mask,channel) == 0 ? CopyPixelTrait :
- image->matte == MagickFalse ? UpdatePixelTrait : (PixelTrait)
+ channel == AlphaPixelChannel ? UpdatePixelTrait : (PixelTrait)
(UpdatePixelTrait | BlendPixelTrait));
}
if (image->storage_class == PseudoClass)