Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to change the radius blur of image view #4

Open
MahaSakka opened this issue Apr 8, 2019 · 0 comments
Open

How to change the radius blur of image view #4

MahaSakka opened this issue Apr 8, 2019 · 0 comments

Comments

@MahaSakka
Copy link

I add this dependence in build.gradle to blur my imageView :

dependencies {
implementation 'com.jackandphantom.android:blurimage:1.2.0'
}
And the following code in my MainActivity.java :

bgImage = (ImageView) findViewById(R.id.imageView);

Bitmap bitmap = BlurImage.with(getApplicationContext()).load(R.drawable.profilbackground).intensity(25).getImageBlur();
bgImage.setImageBitmap(bitmap);
why this way is just blur max to 25 radius and I want it up to 50 or 100. So, how can I change the radius blur of my image view? Please give me a way which does this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant