From: cristy Date: Sun, 19 Jan 2014 15:10:23 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~2824 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91fced87d6dc8583f820bdfbffb098e1d4a85785;p=imagemagick --- diff --git a/MagickCore/identify.c b/MagickCore/identify.c index 3aabca1ce..53d2f7b15 100644 --- a/MagickCore/identify.c +++ b/MagickCore/identify.c @@ -893,7 +893,7 @@ MagickExport MagickBooleanType IdentifyImage(Image *image,FILE *file, if (ping == MagickFalse) { if (image->colorspace == CMYKColorspace) - (void) FormatLocaleFile(file," Total ink density: %.0f%%\n",100.0* + (void) FormatLocaleFile(file," Total ink density: %.20g%%\n",100.0* GetImageTotalInkDensity(image,exception)/(double) QuantumRange); x=0; if (image->alpha_trait == BlendPixelTrait)