From e64d6379b1d6cda3a2a75777ca192156b105f65c Mon Sep 17 00:00:00 2001 From: cristy Date: Fri, 7 Dec 2012 18:56:48 +0000 Subject: [PATCH] --- MagickCore/identify.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MagickCore/identify.c b/MagickCore/identify.c index a1b609de7..2892682fd 100644 --- a/MagickCore/identify.c +++ b/MagickCore/identify.c @@ -623,7 +623,8 @@ MagickExport MagickBooleanType IdentifyImage(Image *image,FILE *file, (void) FormatLocaleFile(file," Histogram:\n"); (void) GetNumberColors(image,file,exception); } - else { + else + { artifact=GetImageArtifact(image,"identify:unique-colors"); if (IfMagickTrue(IsStringTrue(artifact))) (void) FormatLocaleFile(file," Colors: %.20g\n",(double) @@ -632,8 +633,7 @@ MagickExport MagickBooleanType IdentifyImage(Image *image,FILE *file, } if (image->storage_class == PseudoClass) { - (void) FormatLocaleFile(file," Colormap: %.20g\n",(double) - image->colors); + (void) FormatLocaleFile(file," Colormap:\n"); if (image->colors <= 1024) { char -- 2.50.1