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 334 forks source link

LookupFilter(AmatorkaFilter, MissEtikateFilter) result error #33

Open ducle01490 opened 5 years ago

ducle01490 commented 5 years ago

I test the AmatorkaFilter and MissEtikateFilter on Iphone 6 iOS 9.3.1 but the result image was strange as below image. When I tried to test on Iphone 6 iOS 12.0 the result was correct as I expected. Please help me to fix it! img_0199

jonkai commented 5 years ago

very possible the same issue as the smoothstep/step issue, possibly even more math functions, but I've only found in smoothstep and step so far.

ducle01490 commented 5 years ago

Hi, please see the same issue on MetalPetal. My issue was be resolved. Thanks