From: Cristy Date: Sat, 16 Dec 2017 12:36:21 +0000 (-0500) Subject: ... X-Git-Tag: 7.0.7-15~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0621348e2421ca9306242bb7fc42ac5d581d258;p=imagemagick ... --- diff --git a/coders/json.c b/coders/json.c index 9acc7d9f7..80657df3c 100644 --- a/coders/json.c +++ b/coders/json.c @@ -1115,8 +1115,7 @@ static MagickBooleanType EncodeImageAttributes(Image *image,FILE *file, Detail channel depth and extrema. */ JSONFormatLocaleFile(file," \"colorspace\": %s,\n", - CommandOptionToMnemonic(MagickColorspaceOptions,(ssize_t) - image->colorspace)); + CommandOptionToMnemonic(MagickColorspaceOptions,(ssize_t) colorspace)); channel_statistics=(ChannelStatistics *) NULL; channel_moments=(ChannelMoments *) NULL; channel_phash=(ChannelPerceptualHash *) NULL;