]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 19 Jan 2012 18:54:19 +0000 (18:54 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 19 Jan 2012 18:54:19 +0000 (18:54 +0000)
MagickCore/montage.c

index 4e5a22e472558da99d5ffe6a189c68cc1e305c5a..74900923ae6b8560dfaeb66d21059cd4da2d470d 100644 (file)
@@ -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)