This should blend the two images, right? I’ve been pouring through forum questions like this and haven’t come across anything that has worked. I feel like I’m misunderstanding something fundamental here. I use blending in lots of other applications, can’t seem to get it with OF. Alpha blending is enabled, have tried it disabled, too.
I’ve also tried adding some things such as img2.setImageType(OF_IMAGE_COLOR_ALPHA);
in case the blend was only being applied to the alpha channel for some reason. Still stuck.
my goal is actually to multiply, but I figured I’d simplify and try to get ADD working for starters since clearly I’m not getting something.
eventually, text will be written on the post-its. The post-its will have wrinkles and stuff (HD photos of real post-its). So I want the text to multiply that to make it look a bit more realistic. it’ll be cool & a huge public outdoor projection in brooklyn that everyone should come check out just hitting a snag on blending.
Oh wow. I found the offending line after going one by one: ofEnableSmoothing();
For some reason makes blending not function at all. Probably a good reason, whoops.