VideoFlint / Cabbage

A video composition framework build on top of AVFoundation. It's simple to use and easy to extend.
MIT License
1.52k stars 221 forks source link

Is this framework support multiple layer blend mode? #79

Open phongle6893 opened 2 years ago

phongle6893 commented 2 years ago

The Cabbage framework looks so nice. I have a question, Is Cabbage support multiple layers blend mode? Some basic blend modes like overlay, multiply, screen.

vitoziv commented 2 years ago

Cabbage will not support these, because they are filters. It's better to use another filter framework to process the effect. like CoreImage/Metal/GPUImage