From 9c45d256c0627be28af859fa3594bbeb7caadb64 Mon Sep 17 00:00:00 2001 From: cristy Date: Sun, 21 Jun 2015 16:33:33 +0000 Subject: [PATCH] --- MagickWand/pixel-wand.c | 1 - 1 file changed, 1 deletion(-) diff --git a/MagickWand/pixel-wand.c b/MagickWand/pixel-wand.c index f7cf29017..b44df19f9 100644 --- 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; } /* -- 2.40.0