BradLarson / GPUImage3

GPUImage 3 is a BSD-licensed Swift framework for GPU-accelerated video and image processing using Metal.
BSD 3-Clause "New" or "Revised" License
2.73k stars 342 forks source link

Missing part of the filters? #29

Closed HongmengZhang closed 5 years ago

HongmengZhang commented 5 years ago

Update from GPUImage to GPUImage3, some of filters has been removed. "AdaptiveThreshold" and "Average luminance threshold" filter will be add in next version?

BradLarson commented 5 years ago

Yes, this iteration of the framework doesn't yet have all operations ported across. We are working to bring this to feature parity with the two prior framework versions, but have been a little sidetracked over the last few months.

You should see a lot more progress on this starting soon.