(void) LogMagickEvent(TraceEvent,GetMagickModule(),"%s",image->filename);
assert(exception != (ExceptionInfo *) NULL);
assert(exception->signature == MagickSignature);
-
- /* initialise first image */
next=GetFirstImageInList(image);
bounds=next->page;
if (bounds.width == 0)
return((Image *) NULL);
coalesce_image->page=bounds;
coalesce_image->dispose=NoneDispose;
+ coalesce_image->matte=MagickTrue;
+ coalesce_image->background_color.matte=MagickTrue;
coalesce_image->background_color.alpha=(Quantum) TransparentAlpha;
(void) SetImageBackgroundColor(coalesce_image,exception);
/*