From 4d59d2baf6b4be404df694b4534c31763a1b5a4b Mon Sep 17 00:00:00 2001 From: Cristy Date: Sun, 12 Feb 2017 12:34:01 -0500 Subject: [PATCH] ... --- MagickCore/identify.c | 1 + 1 file changed, 1 insertion(+) diff --git a/MagickCore/identify.c b/MagickCore/identify.c index 543e03061..20c83bda3 100644 --- a/MagickCore/identify.c +++ b/MagickCore/identify.c @@ -556,6 +556,7 @@ MagickExport MagickBooleanType IdentifyImage(Image *image,FILE *file, switch (colorspace) { case RGBColorspace: + case sRGBColorspace: { (void) PrintChannelLocations(file,image,RedPixelChannel,"Red", statistic_type,max_locations,channel_statistics); -- 2.40.0