BradLarson / GPUImage2

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

How to use Beautify Filter in GPUImage2 #239

Open aaasifrz9 opened 6 years ago

aaasifrz9 commented 6 years ago

Hi @BradLarson ,

Thanks for the awesome lib.

I have used GPUImageBeautifyFilter in GPUImage. Now I want to use same in GPUImage2. If there is any class already present to beautify. Please let me know. So I can Use.

Please help, how can I create it because this class is not present in GPUImage2. Thanks in advance.

GPUImageBeautifyFilter.zip

amarchandra1400 commented 6 years ago

Hi @BradLarson , @zubco

Tried to beautify face in live camera using GPUImageBeautifyFilter with GPUImage, works fine. But when I tried to with GPUImage2, there is no class as like BeautifyFilter. Is there any way to beautify face in camera? Please help.

linhaosunny commented 6 years ago

i tryed to rewrite the GPUImageBeautifyFilter using GPUImage2 ,it compiler crossed ,but the filter not working