From: Cristy Date: Sun, 29 Jan 2017 14:11:59 +0000 (-0500) Subject: ... X-Git-Tag: 7.0.4-7~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=56af5bf8ee6ae96401643470b5bab3c207be8230;p=imagemagick ... --- diff --git a/MagickCore/identify.c b/MagickCore/identify.c index 3bdcb4d3b..e8d7d33fd 100644 --- a/MagickCore/identify.c +++ b/MagickCore/identify.c @@ -844,6 +844,11 @@ MagickExport MagickBooleanType IdentifyImage(Image *image,FILE *file, if (image->alpha_trait != UndefinedPixelTrait) (void) PrintChannelStatistics(file,AlphaPixelChannel,"Alpha",1.0/ scale,channel_statistics); + if (image->number_meta_channels != 0) + for (i=0; i < (ssize_t) image->number_meta_channels; i++) + (void) PrintChannelStatistics(file,(PixelChannel) + image->number_channels-image->number_meta_channels+i,"Meta",1.0/ + scale,channel_statistics); if (colorspace != GRAYColorspace) { (void) FormatLocaleFile(file," Image statistics:\n");