commit | e6f904cd3fcd4e6ea26d58ba52fb10a17cfbf566 | [log] [tgz] |
---|---|---|
author | Cristy <urban-warrior@imagemagick.org> | Sat Dec 03 09:55:19 2016 -0500 |
committer | Cristy <urban-warrior@imagemagick.org> | Sat Dec 03 09:55:19 2016 -0500 |
tree | be4020b0d94de3177ced55aa8b059ef9ad926b72 | |
parent | 23de0cd7add12982fb8bba682c8825c0c9e44122 [diff] [blame] |
...
diff --git a/coders/json.c b/coders/json.c index e02d773..1b5c01b 100644 --- a/coders/json.c +++ b/coders/json.c
@@ -321,7 +321,7 @@ register ssize_t i; - if (GetPixelReadMask(image,p) == 0) + if (GetPixelWriteMask(image,p) == 0) { p+=GetPixelChannels(image); continue;