Rothko-like images
Hi all,
I was wondering if one could produce some "Rothko-like images" using jit. objects. Any advice ?

sure! what have you tried?
I would start playing with alpha-blending color swaths, and using jit.bfg to generate different alpha channels.
Thank you very much, Rob. I'll give a try. I just realize that I’m still a long way from understanding jitter, though.
"copy modes" or blend modes" is something you should pick up and know by heart. implementation is easy then, and there are various ways. objects like alphablend are great where you need exactly that, to learn about things it is probably better to mix and match channels in the jit.pack jit.unpack realmz.
the minor differences between thinking in photoshop blend modes and in video "matte" based functions (where the alpha channel is a separate track) sometimes drive me crazy.
With additionnal support from ChatGPT ;-)

