Fast blur on iOS

前端 未结 5 500
孤独总比滥情好
孤独总比滥情好 2020-12-07 10:29

I\'m running into trouble trying to blur part of the screen in my iOS app. See image for better idea of what I\'m trying to do.

5条回答
  •  醉梦人生
    2020-12-07 11:02

    Have you tried this library:

    https://github.com/gdawg/uiimage-dsp

    It uses the vDSP/Accelerate framework and seems easy to use.

    BTW: 0.01s seems far too quick. 0.03 should do as well.

提交回复
热议问题