]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 30 Sep 2014 09:30:03 +0000 (09:30 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 30 Sep 2014 09:30:03 +0000 (09:30 +0000)
MagickCore/effect.c

index 77aac10a9010933c2edd1173280fee18e7fc534d..f1d3563ddba7a918213cf7ca00c1043601b7fd0d 100644 (file)
@@ -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;
       }