commit | 3472b3eec5b33b54b5b3775deffda5295ef26364 | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Wed Jul 20 21:48:52 2011 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Wed Jul 20 21:48:52 2011 +0000 |
tree | ad5f4aaae67aa69939ec0535efa4e7b954c47dac | |
parent | e7a41c9a27f57e16404fff70f6171591bfa289b2 [diff] [blame] |
diff --git a/MagickCore/threshold.c b/MagickCore/threshold.c index 9f68dcc..95875c6 100644 --- a/MagickCore/threshold.c +++ b/MagickCore/threshold.c
@@ -266,7 +266,7 @@ continue; if ((threshold_traits & CopyPixelTrait) != 0) { - SetPixelChannel(threshold_image,channel,p[center+i],q); + q[channel]=p[center+i]; continue; } pixels=p;