From: cristy Date: Mon, 28 Mar 2011 14:13:10 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~7843 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=59ea386460d1df4f7af52fabf254bc481d19a2c9;p=imagemagick --- diff --git a/magick/pixel.c b/magick/pixel.c index 9d1441d0b..b952c12d4 100644 --- a/magick/pixel.c +++ b/magick/pixel.c @@ -3425,7 +3425,6 @@ static inline void AlphaBlendMagickPixelPacket(const Image *image, pixel->green=(MagickRealType) color->green; pixel->blue=(MagickRealType) color->blue; pixel->opacity=(MagickRealType) color->opacity; - pixel->index=0; if (((image->colorspace == CMYKColorspace) || (image->storage_class == PseudoClass)) && (index != (const IndexPacket *) NULL)) @@ -3437,7 +3436,6 @@ static inline void AlphaBlendMagickPixelPacket(const Image *image, pixel->green=(MagickRealType) (*alpha*color->green); pixel->blue=(MagickRealType) (*alpha*color->blue); pixel->opacity=(MagickRealType) (*alpha*color->opacity); - pixel->index=0; if (((image->colorspace == CMYKColorspace) || (image->storage_class == PseudoClass)) && (index != (const IndexPacket *) NULL))