From: cristy Date: Tue, 30 Sep 2014 09:30:03 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~1958 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c9e4e0abfcf6b85a9bc366f5e82c42823574ae1;p=imagemagick --- diff --git a/MagickCore/effect.c b/MagickCore/effect.c index 77aac10a9..f1d3563dd 100644 --- a/MagickCore/effect.c +++ b/MagickCore/effect.c @@ -1543,7 +1543,7 @@ MagickExport Image *KuwaharaImage(const Image *image,const double radius, } } p[i]=GetCacheViewVirtualPixels(image_view[i],x_offset,y_offset, - width/2,width/2,exception); + width,width,exception); if (p[i] == (const Quantum *) NULL) break; }