diff --git a/MagickCore/identify.c b/MagickCore/identify.c
index be8ffe6..6ff5a5e 100644
--- a/MagickCore/identify.c
+++ b/MagickCore/identify.c
@@ -425,7 +425,7 @@
       size_t
         depth;
 
-      channel_statistics=GetImageChannelStatistics(image,&image->exception);
+      channel_statistics=GetImageStatistics(image,&image->exception);
       artifact=GetImageArtifact(image,"identify:features");
       if (artifact != (const char *) NULL)
         {