I am compositing one image on another using glBlendFunc() trying to approximate photoshop's difference compositing feature. I want similarities in the two images to be black while anything different pops out.
As I understand the glBlendfunc() is associative for any images composited in the context. Is that correct?