Image blend modes

Hi everyone, hope you are well.

I’ve had a project fall in my lap that could benefit from a multiply blend mode on some images. Is there a way to do this that is performant? Last I checked, it would be essentially manual pixel operations into new juce::Image objects.

With all the recent graphics changes, is there a better way?

Unfortunately not. We are also looking for blend modes (not just for images, but all draw operations) but alas it doesn’t exist (yet).

The chance of this happening in the future is also low, as, e.g., D2D can’t do it either; it can only render images to other images with blend modes, but not images or other stuff to the screen.

1 Like