<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Not really. But what if there is a case where you do not want the selection to affect the compositing operation?<br><br>&gt; Date: Tue, 5 Jan 2010 10:48:17 +0100<br>&gt; From: boud@valdyas.org<br>&gt; To: kimageshop@kde.org<br>&gt; Subject: Re: koffice/krita/image/filter<br>&gt; CC: kde-commits@kde.org<br>&gt; <br>&gt; On Tue, 5 Jan 2010, Dmitry Kazakov wrote:<br>&gt; <br>&gt; &gt; On Tue, Jan 5, 2010 at 1:01 AM, Edward Apap &lt;schumifer@hotmail.com&gt; wrote:<br>&gt; &gt; <br>&gt; &gt; &gt; SVN commit 1070110 by eapap:<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Use COMPOSITE_COPY when applying filter result<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;  M  +1 -1      kis_filter_job.cpp<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; --- trunk/koffice/krita/image/filter/kis_filter_job.cpp #1070109:1070110<br>&gt; &gt; &gt; @@ -64,7 +64,7 @@<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;     // blt back onto the original<br>&gt; &gt; &gt;     KisPainter p2(m_dev);<br>&gt; &gt; &gt; -    p2.setCompositeOp(m_dev-&gt;colorSpace()-&gt;compositeOp(COMPOSITE_OVER));<br>&gt; &gt; &gt; +    p2.setCompositeOp(m_dev-&gt;colorSpace()-&gt;compositeOp(COMPOSITE_COPY));<br>&gt; &gt; &gt;     p2.setSelection(m_selection);<br>&gt; &gt; &gt;     p2.bitBlt(m_rc.topLeft(), dst, m_rc);<br>&gt; &gt; &gt;     p2.end();<br>&gt; &gt; &gt;<br>&gt; &gt; <br>&gt; &gt; COMPOSITE_COPY doesn't pay any attention to the selections. At least it used<br>&gt; &gt; to. Please check whether this patch breaks selected filter application.<br>&gt; <br>&gt; Was there any reason for not fixing composite copy to take the mask into account?<br>&gt; <br>&gt; Boudewijn<br>&gt; <br>&gt; _______________________________________________<br>&gt; kimageshop mailing list<br>&gt; kimageshop@kde.org<br>&gt; https://mail.kde.org/mailman/listinfo/kimageshop<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='_new'>Friends get your Flickr, Yelp, and Digg updates when they e-mail you.</a></body>
</html>