Could you try to create transactions for both devices? Directly or using KisPainter&#39;s method. Filters rely on oldData feature but this do not work without a transaction created.<br><br><div class="gmail_quote">On Tue, Dec 22, 2009 at 4:57 PM, Ed . <span dir="ltr">&lt;<a href="mailto:schumifer@hotmail.com">schumifer@hotmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">



<div>
Hi,<br><br>I am performing two consecutive convolution operations, one after each other in a filter (the Gaussian Blur filter in the review board). Of course, I need a temporary buffer to do this. Below is what I&#39;m doing.<br>
<br>  KisPaintDeviceSP interm = new KisPaintDevice(*src);<br><br>  KisConvolutionPainter horizPainter(interm, dstInfo.selection());<br>  horizPainter.applyMatrix(kernelHoriz, src, srcTopLeft, srcTopLeft, size, BORDER_REPEAT);<br>
<br>  KisConvolutionPainter verticalPainter(dst, dstInfo.selection());<br>  verticalPainter.applyMatrix(kernelVertical, interm, srcTopLeft, dstTopLeft, size, BORDER_REPEAT);<br><br>The output I&#39;m getting when I apply the rasterizing filter, is the result of the second convolution only. However, if I apply the filter as a filter layer, I get the combined result of both convolutions.<br>
<br>As boud suggested on IRC, I switched Krita to the old tile engine, and the results are correct in both cases. Therefore, the indication is that this is a problem with the new tile engine. Could anyone investigate further?<br>
                                               <br><hr>Windows Live:  <a href="http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_3:092010" target="_blank">Friends get your Flickr, Yelp, and Digg updates when they e-mail you.</a></div>

<br>_______________________________________________<br>
kimageshop mailing list<br>
<a href="mailto:kimageshop@kde.org">kimageshop@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kimageshop" target="_blank">https://mail.kde.org/mailman/listinfo/kimageshop</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Dmitry Kazakov<br>