From e5b178efd282d2cb4573338326aa730b4073272c Mon Sep 17 00:00:00 2001 From: Cristy Date: Mon, 5 Mar 2018 13:21:36 -0500 Subject: [PATCH] ... --- coders/miff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.40.0