From: cristy Date: Thu, 19 Jan 2012 18:54:19 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6338 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd6cbf9daffe271d45b8c52d3a367e937d9e0de7;p=imagemagick --- 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)