Is it possible to blur part of image on touch in Android?

我的未来我决定 提交于 2019-12-12 18:29:28

问题


i want to blur particular area on image view.

eg. i want to allow user to draw rectangle similar to crop in android, once user draws that rectangle on image, the area inside rectangle will be blurred or on finger touch.

i searched a lot,but most of the examples explain how to blur full image, dint find any tutorial or link that explains about blurring only some part of an image.

any help will be really appreciated.


回答1:


There's nothing easier!

But you can only pixelate it, select the targeted area, press (Ctrl+-) twice or thrice, then (Ctrl++) the same number of times.



来源:https://stackoverflow.com/questions/22844317/is-it-possible-to-blur-part-of-image-on-touch-in-android

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!