From fd6cbf9daffe271d45b8c52d3a367e937d9e0de7 Mon Sep 17 00:00:00 2001 From: cristy Date: Thu, 19 Jan 2012 18:54:19 +0000 Subject: [PATCH] --- MagickCore/montage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MagickCore/montage.c b/MagickCore/montage.c index 4e5a22e47..74900923a 100644 --- a/MagickCore/montage.c +++ b/MagickCore/montage.c @@ -818,7 +818,7 @@ MagickExport Image *MontageImageList(const ImageInfo *image_info, /* Shadow image. */ - (void) QueryColorCompliance("#000000",AllCompliance, + (void) QueryColorCompliance("#0000",AllCompliance, &image->background_color,exception); shadow_image=ShadowImage(image,80.0,2.0,0.0,5,5,exception); if (shadow_image != (Image *) NULL) -- 2.40.0