Silence-GitHub / BBMetalImage

A high performance Swift library for GPU-accelerated image/video processing based on Metal.
MIT License
988 stars 126 forks source link

multiple image blending #84

Open alyfreym opened 3 years ago

alyfreym commented 3 years ago

Hi! Hello. I have three videos. The first one I want to use as a context, the second one is applied using hard light blend, the third one is soft light blend. How do I implement this? Any example please