Blur an UIImage on change of slider

前端 未结 3 1583
走了就别回头了
走了就别回头了 2021-02-02 04:00

I have tried gaussian blur and checked out all the questions on stackoverflow but no one of them solved my crash issue.Please help is there is any other way to blur image other

3条回答
  •  长情又很酷
    2021-02-02 04:31

    I've made a small StackBlur extension to UIImage. StackBlur is close to GaussianBlur but much faster.

    Check it at: https://github.com/tomsoft1/StackBluriOS


    tiny note... there's a typo just on that ReadMe, "normalized" for "normalize"

提交回复
热议问题