From: Cristy Date: Sat, 3 Dec 2016 15:22:30 +0000 (-0500) Subject: ... X-Git-Tag: 7.0.3-9~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52262dd94ac11f14992ef19cfbce5aced4a66e66;p=imagemagick ... --- diff --git a/MagickCore/identify.c b/MagickCore/identify.c index 2ce9c0150..e6cbeb6c6 100644 --- a/MagickCore/identify.c +++ b/MagickCore/identify.c @@ -183,7 +183,7 @@ static ChannelStatistics *GetLocationStatistics(const Image *image, register ssize_t i; - if (GetPixelWriteMask(image,p) == 0) + if (GetPixelReadMask(image,p) == 0) { p+=GetPixelChannels(image); continue;