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.68k stars 331 forks source link

how to support BilateralBlur? #47

Open mentalmap opened 4 years ago

mentalmap commented 4 years ago

I haven't found BilateralBlur operation.

RedQueenCoder commented 4 years ago

Hello,

We have a list of all of the filters that have not been brought over yet. Some can be implemented immediately and other require us to create some custom programming logic to enable their use. The BilateralBlur is one of the more complex filters that requires the most custom logic. We will get to it as soon as possible. The current goal is to get GPUImage 3 feature complete by the end of the year. Thank you for being patient.

Janie

BTLDXX-x commented 12 months ago

@RedQueenCoder , hello, dose the BilateralBlur have been complete?