Android draw with blur

前端 未结 3 2139
清歌不尽
清歌不尽 2020-12-28 23:20

I need do draw on Android\'s Canvas using Blur effect, it is a very simple feature, I need to draw a circular area, which is blurred (the foreground) and the background tr

3条回答
  •  旧时难觅i
    2020-12-28 23:50

    Take a look at this: Android, Blur Bitmap instantly?

    Again I would recommend you first to draw into a bitmap. Scale it down (try different sizes), and the scale it back up to the original size (either as a new bitmap or if you use hw acceleration do it while you draw).

提交回复
热议问题