From: cristy Date: Tue, 12 Feb 2013 14:01:12 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~4258 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c249b56b001b0256243c0dc6a9dcc5b851a3476;p=imagemagick --- diff --git a/coders/wmf.c b/coders/wmf.c index 7071f22d0..a17968568 100644 --- a/coders/wmf.c +++ b/coders/wmf.c @@ -2871,7 +2871,7 @@ static Image *ReadWMFImage(const ImageInfo *image_info,ExceptionInfo *exception) { image->background_color = image_info->background_color; if (image->background_color.alpha != OpaqueAlpha) - image->alpha_trait = MagickTrue; + image->alpha_trait=BlendPixelTrait; (void) SetImageBackgroundColor(image,exception); } /*