<div dir="ltr"><div>Thank you for the patch Cyrille. It's a very nice solution. <br></div><div>The only disadvantage is that it makes the background image feedback dependent. <br></div><div>My goal is to isolate the feedback from other geos & image/videos. <br></div><div>So, I was thinking that in order to keep the blur I have to keep the gemframebuffer RGB format and add transparency after it. <br></div><div>I just realized that [alpha] has several blending functions, some of them turn the whole framebuffer transparent. <br></div><div>This is fine but now the geo and blur are also affected (see attached). <br></div><div>I don't know if it is possible to add other type of blending after the framebuffer, maybe sending it to another gemframebuffer and changing the background color (black) to alpha? <br></div><div>I saw that pix_alpha achieve this but I don't know how to use it only with the framebuffer image. Any suggestion is welcomed :)<br></div><div><br></div><div>regards,</div><div>andre<br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 27 August 2017 at 11:48, cyrille henry <span dir="ltr"><<a href="mailto:ch@chnry.net" target="_blank">ch@chnry.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">hello<span class=""><br>
<br>
Le 27/08/2017 à 03:05, andre rc a écrit :<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br>
<br>
I'm trying to apply motion blur only to one geo with gemframebuffer.<br>
It works fine until I add a background image: when I switch the gemframebuffer format from RGB to RGBA the amount of motion blur decrease considerably.<br>
</blockquote></span>
yes, since the feedback image became more and more transparent...<span class=""><br>
<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Is there a way to get the same amount of motion blur (long tail) with alpha on?<br>
</blockquote></span>
replace [color 1 1 1 0.95] with [color 0.95 0.95 0.95 1]<br>
<br>
but that's not what you want since it will fade to black and not to transparent.<br>
<br>
<br>
an other solution would be : you can alter the color of the feedback image by drawing a bit of the BG on top of it.<br>
<br>
attachment example.<br>
<br>
cheers<br>
c<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
Attached example.<br>
<br>
thanks & regards,<br>
andre<br>
<br>
<br>
<br></span>
______________________________<wbr>_________________<br>
<a href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">https://lists.puredata.info/li<wbr>stinfo/pd-list</a><br>
<br>
</blockquote>
<br>______________________________<wbr>_________________<br>
<a href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">https://lists.puredata.info/<wbr>listinfo/pd-list</a><br>
<br></blockquote></div><br></div>