From: Cristy Date: Mon, 5 Mar 2018 18:21:36 +0000 (-0500) Subject: ... X-Git-Tag: 7.0.7-26~84 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5b178efd282d2cb4573338326aa730b4073272c;p=imagemagick ... --- diff --git a/coders/miff.c b/coders/miff.c index 2107c769b..fef3a6a12 100644 --- a/coders/miff.c +++ b/coders/miff.c @@ -1271,7 +1271,7 @@ static Image *ReadMIFFImage(const ImageInfo *image_info, status=SetImageExtent(image,image->columns,image->rows,exception); if (status == MagickFalse) return(DestroyImageList(image)); - (void) SetImageBackgroundColor(image,exception); + (void) ResetImagePixels(image,exception); /* Allocate image pixels. */