New feature for VSE, Image effects in python, ideas please

Hi,

I’m trying to create image effects in Python, to be added as addons. At this moment, it’s just a request for ideas. I’ve successfully applied it in all types of strips creating a Python interface in Blender codebase, but that was just to know if I could do it.


I know the effect in the example is simple, but I can change RGBA of the image. Only tested with RGBA at this moment.

But I would like to know the best way to access this feature. I think making every kind of strip capable of doing it may be very slow as all of them must copy do some operations with images and call the python interface.

Any ideas ?

Thanks