From: cristy Date: Sat, 30 Aug 2014 22:53:43 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~2053 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=abcdc8712739550641f85c9d5550f5a5b6376029;p=imagemagick --- diff --git a/coders/gif.c b/coders/gif.c index 4155af825..f7cb32cda 100644 --- a/coders/gif.c +++ b/coders/gif.c @@ -1607,8 +1607,7 @@ static MagickBooleanType WriteGIFImage(const ImageInfo *image_info,Image *image, opacity=i; continue; } - alpha=(double) TransparentAlpha-(double) - image->colormap[i].alpha; + alpha=(double) TransparentAlpha-(double) image->colormap[i].alpha; beta=(double) TransparentAlpha-(double) image->colormap[opacity].alpha; if (alpha < beta) @@ -1808,7 +1807,7 @@ static MagickBooleanType WriteGIFImage(const ImageInfo *image_info,Image *image, */ (void) WriteBlob(image,11,(unsigned char *) "ICCRGBG1012"); (void) LogMagickEvent(CoderEvent,GetMagickModule(), - " Writing GIF Extension %s","ICCRGBG1012"); + " Writing GIF Extension %s","ICCRGBG1012"); } else if ((LocaleCompare(name,"IPTC") == 0)) @@ -1818,7 +1817,7 @@ static MagickBooleanType WriteGIFImage(const ImageInfo *image_info,Image *image, */ (void) WriteBlob(image,11,(unsigned char *) "MGKIPTC0000"); (void) LogMagickEvent(CoderEvent,GetMagickModule(), - " Writing GIF Extension %s","MGKIPTC0000"); + " Writing GIF Extension %s","MGKIPTC0000"); } else if ((LocaleCompare(name,"8BIM") == 0))