From: Cristy Date: Thu, 17 Aug 2017 23:46:12 +0000 (-0400) Subject: https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=32525 X-Git-Tag: 7.0.6-8~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da4ec758c41d0817eadccd8b45ca918949d73f20;p=imagemagick https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=32525 --- diff --git a/MagickCore/property.c b/MagickCore/property.c index 1e6d04c2a..9dc09ebe1 100644 --- a/MagickCore/property.c +++ b/MagickCore/property.c @@ -3624,7 +3624,7 @@ RestoreMSCWarning continue; /* else no image to retrieve artifact */ } GetPixelInfo(image,&pixel); - fx_info=AcquireFxInfo(image,pattern+6,exception); + fx_info=AcquireFxInfo(image,pattern+4,exception); status=FxEvaluateChannelExpression(fx_info,RedPixelChannel,0,0, &value,exception); pixel.red=(double) QuantumRange*value;