From: cristy Date: Sun, 23 Feb 2014 21:42:49 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~2642 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=79a41dc1bf07f4b207e648a7fc25f790697f6448;p=imagemagick --- diff --git a/coders/json.c b/coders/json.c index 1e4a0c023..8172dabbe 100644 --- a/coders/json.c +++ b/coders/json.c @@ -429,7 +429,7 @@ static ssize_t PrintChannelPerceptualHash(FILE *file,const ChannelType channel, n; n=FormatLocaleFile(file," \"%s\": {\n",name); - for (i=0; i < 7; i++) + for (i=0; i < 6; i++) n+=FormatLocaleFile(file, " \"phash%.20g\": [ \"%.*g\", \"%.*g\" ],\n",i+1.0, GetMagickPrecision(),channel_phash[channel].P[i],