]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 19 Jan 2014 15:10:23 +0000 (15:10 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 19 Jan 2014 15:10:23 +0000 (15:10 +0000)
MagickCore/identify.c

index 3aabca1ce037c7a279d714e3580d36a51b7aff07..53d2f7b155e67210b7b5aca0a8705a856afd04bd 100644 (file)
@@ -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)