]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 12 Sep 2014 19:16:07 +0000 (19:16 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 12 Sep 2014 19:16:07 +0000 (19:16 +0000)
MagickCore/identify.c

index 1c0bc830e525c7d622b17fbc20c8f24c5a0775a2..34a8b8c37ca1cf37304afe9d9b03e6208678c607 100644 (file)
@@ -767,7 +767,7 @@ MagickExport MagickBooleanType IdentifyImage(Image *image,FILE *file,
     {
       (void) FormatLocaleFile(file,"  Channel statistics:\n");
       (void) FormatLocaleFile(file,"    Pixels: %.20g\n",
-        channel_statistics[CompositePixelChannel].area);
+        (double) image->columns*image->rows);
       switch (colorspace)
       {
         case RGBColorspace: