qiujuer / ImageBlurring

Android blurring image(bitmap) by java and jni.

Home Page:http://genius.qiujuer.net/module/blur.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blurred moving view

niteshkhatri opened this issue · comments

Hi, I am using your code in my application. However their is a slight problem. The view which have blurred is movable. When I click on a button, the blurred view (TextView) translates to different position. I want the blurred TextView to show blurred background in run time. I mean whichever part of the full image comes behind the TextView, while its moving, should be blurred. Is it possible? How can I achieve it?

Thanks.

This way, the difficulty lies in the dynamic gain the background behind the TextView, then the background compression and blured and assignment.
I think I can realize, but will take time to test efficiency.

I need to implement this urgently. Can you please write down this part of the code as well?

I Add new AnimatorBlurFragment example, I don't know whether you want this.