]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Thu, 20 Sep 2018 14:25:12 +0000 (10:25 -0400)
committerCristy <urban-warrior@imagemagick.org>
Thu, 20 Sep 2018 14:25:12 +0000 (10:25 -0400)
MagickCore/identify.c

index f5fdbc65e6bb52d29dee4f3e197a3d29f2ea7811..de3bd6309f61fe7bd322ea1c2d6a65fb83f16723 100644 (file)
@@ -1485,7 +1485,7 @@ MagickExport MagickBooleanType IdentifyImage(Image *image,FILE *file,
   if (elapsed_time > MagickEpsilon)
     {
       (void) FormatMagickSize((MagickSizeType) ((double) image->columns*
-        image->rows/elapsed_time+0.5),MagickFalse,"B",MagickPathExtent,format);
+        image->rows/elapsed_time+0.5),MagickFalse,"P",MagickPathExtent,format);
       (void) FormatLocaleFile(file,"  Pixels per second: %s\n",format);
     }
   (void) FormatLocaleFile(file,"  User time: %0.3fu\n",user_time);