From: Cristy Date: Tue, 24 Jan 2017 13:14:20 +0000 (-0500) Subject: https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31284 X-Git-Tag: 7.0.4-6~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b67570ca5419051c4d8f41ecc722ab1e31bc78ca;p=imagemagick https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31284 --- diff --git a/MagickWand/mogrify.c b/MagickWand/mogrify.c index e1472b43c..97bf3faf3 100644 --- a/MagickWand/mogrify.c +++ b/MagickWand/mogrify.c @@ -7913,6 +7913,7 @@ WandExport MagickBooleanType MogrifyImageList(ImageInfo *image_info, geometry; /* Compose value from "-compose" option only */ + (void) SyncImageSettings(mogrify_info,*images,exception); value=GetImageOption(mogrify_info,"compose"); if (value == (const char *) NULL) compose=OverCompositeOp; /* use Over not source_image->compose */