projects
/
imagemagick
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f308152
)
(no commit message)
author
cristy
<urban-warrior@git.imagemagick.org>
Sun, 21 Jun 2015 16:33:33 +0000
(16:33 +0000)
committer
cristy
<urban-warrior@git.imagemagick.org>
Sun, 21 Jun 2015 16:33:33 +0000
(16:33 +0000)
MagickWand/pixel-wand.c
patch
|
blob
|
history
diff --git
a/MagickWand/pixel-wand.c
b/MagickWand/pixel-wand.c
index f7cf2901749024ed193a592aaf98da903584b29b..b44df19f9dfb0e916830367205a6a9c88a5cedad 100644
(file)
--- a/
MagickWand/pixel-wand.c
+++ b/
MagickWand/pixel-wand.c
@@
-1339,7
+1339,6
@@
WandExport void PixelGetQuantumPixel(const Image *image,const PixelWand *wand,
SetPixelRed(image,ClampToQuantum(wand->pixel.red),pixel);
SetPixelGreen(image,ClampToQuantum(wand->pixel.green),pixel);
SetPixelBlue(image,ClampToQuantum(wand->pixel.blue),pixel);
- wand->pixel.count=0;
}
\f
/*