]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 17 Jul 2011 13:48:50 +0000 (13:48 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 17 Jul 2011 13:48:50 +0000 (13:48 +0000)
MagickCore/effect.c

index bcac73706716b8803153deb441b0b5494698051b..a526f8a516c2d4f9febc2acd08a6f7eb0aaadb81 100644 (file)
@@ -1308,7 +1308,7 @@ MagickExport Image *ConvolveImage(const Image *image,
     if (status == MagickFalse)
       continue;
     p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception);
-    sliding_pixels=GetCacheViewVirtualPixels(image_view,-((ssize_t)
+    sliding_pixels=GetCacheViewVirtualPixels(sliding_view,-((ssize_t)
       kernel_info->width/2L),y-(ssize_t) (kernel_info->height/2L),
       image->columns+kernel_info->width,kernel_info->height,exception);
     q=QueueCacheViewAuthenticPixels(convolve_view,0,y,convolve_image->columns,1,