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.
Page Index Toggle Pages: 1
blend mode (Read 339 times)
blend mode
Nov 17th, 2008, 5:16pm
 
Hi,everyone,is that possible to implement all kinds of blend modes from ground up, taking into account transparency(like what we can do in Photoshop), of course, I am meaning, without blend() function,since its effect is realy strange.
Re: blend mode
Reply #1 - Nov 18th, 2008, 3:58pm
 
Jerry's Java Image Processing Pages might be of interest for you (despite the name, it has nothing to do with "our" Processing...).

If you plan to do it in pure Processing code, (using pixel[]), it might be hard and slow...
Re: blend mode
Reply #2 - Nov 18th, 2008, 4:56pm
 
you're welcome to start with this: http://www.davebollinger.com/works/compositor/
Page Index Toggle Pages: 1