Silence-GitHub / BBMetalImage

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

How to fix aliasing problem in BBMetalView? #10

Closed hoangdado closed 5 years ago

hoangdado commented 5 years ago

Hi @Silence-GitHub, I just tested your demo with and without filter camera preview but the output looked aliasing. You can concentrate on the edge region to see the different with with the default camera. Hopefully you can fix it soon. Thanks!

Silence-GitHub commented 5 years ago

Version 1.0.5 fixes it.

hoangdado commented 5 years ago

Thanks @Silence-GitHub, it seem to work