From: cristy Date: Fri, 7 Dec 2012 19:14:39 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~4637 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=404558c09d01517ca1f775c41f6b740576584637;p=imagemagick --- diff --git a/MagickCore/identify.c b/MagickCore/identify.c index 2892682fd..81db9341c 100644 --- a/MagickCore/identify.c +++ b/MagickCore/identify.c @@ -633,6 +633,8 @@ MagickExport MagickBooleanType IdentifyImage(Image *image,FILE *file, } if (image->storage_class == PseudoClass) { + (void) FormatLocaleFile(file," Colormap entries: %.20g\n",(double) + image->colors); (void) FormatLocaleFile(file," Colormap:\n"); if (image->colors <= 1024) {