From 1b8afb35d8ab0065647672256db4d22c07fbfbba Mon Sep 17 00:00:00 2001 From: cristy Date: Fri, 12 Sep 2014 19:16:07 +0000 Subject: [PATCH] --- MagickCore/identify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MagickCore/identify.c b/MagickCore/identify.c index 1c0bc830e..34a8b8c37 100644 --- a/MagickCore/identify.c +++ b/MagickCore/identify.c @@ -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: -- 2.40.0