We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpPrograms › dynamic filter/ see-through filter
Page Index Toggle Pages: 1
dynamic filter/ see-through filter (Read 498 times)
dynamic filter/ see-through filter
May 9th, 2009, 1:39pm
 
Hi Everyone,

it's one of my first posts here, and I am a noob using processing.

I have searched everywhere, and i cannot find an answer!

I want to know if it's possible to apply the blur filter to an image, and be able to create a shape controlled by the mouse where you can see through the blur and see the original image without filter.

(sorry for my english)

Re: dynamic filter/ see-through filter
Reply #1 - May 10th, 2009, 1:37am
 
Yes, you need to have the original image and blurred one in separate PImages, and use mask() to combine them.
I have an example of similar usage.
Page Index Toggle Pages: 1