motion-blur

How to blur some portion of Image in Android?

拈花ヽ惹草 提交于 2019-11-27 02:01:52
I am working in a project where I have to show some portion of the image clear and make rest part of the image blur. The blur should be managed by slider. Means it can be increase or decrease. The final result image should look alike below. During my research for this I found below links useful http://blog.neteril.org/blog/2013/08/12/blurring-images-on-android/ https://github.com/kikoso/android-stackblur http://blog.neteril.org/blog/2013/08/12/blurring-images-on-android/ But the issue in above links is they all make complete image blur. Not some part of image. Kindly suggest some solution to

How to blur some portion of Image in Android?

孤街浪徒 提交于 2019-11-26 09:52:41
问题 I am working in a project where I have to show some portion of the image clear and make rest part of the image blur. The blur should be managed by slider. Means it can be increase or decrease. The final result image should look alike below. During my research for this I found below links useful http://blog.neteril.org/blog/2013/08/12/blurring-images-on-android/ https://github.com/kikoso/android-stackblur http://blog.neteril.org/blog/2013/08/12/blurring-images-on-android/ But the issue in