jit.op

Per's icon

Hi

I want to blend to images together with jit.op the same way as its possible to do with jit.alphablend.

just wounder. which mathematical expression shall I use to get equal result?

Ive tried:
jit.op @op *

but doesnt seems to be the ones. output a different image than jit.alphablend

is it
jit.op @op +??

thanks

Christopher Dobrian's icon

You can't do it with a single jit.op object. (That's why there's jit.alphablend.)http://en.wikipedia.org/wiki/Alpha_compositing

Christopher Dobrian's icon