From: cristy Date: Fri, 12 Sep 2014 19:16:07 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~2019 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b8afb35d8ab0065647672256db4d22c07fbfbba;p=imagemagick --- 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: