wasabeef / picasso-transformations

An Android transformation library providing a variety of image transformations for Picasso
Apache License 2.0
1.69k stars 238 forks source link

How to add more blur to "blur transformation"? #26

Open xpressmobtech opened 8 years ago

xpressmobtech commented 8 years ago

the blur effect is not blurry enough, how can i adjust the amount of blur?

parthvora25 commented 6 years ago

You have to increase the radius of the blur to more than 25 but, it's crashes my app if I do that. I also have the same issue. Need to add more blur and I know that it can be done by increasing the radius. Just don't know how to increase it in the code. Finding, if someone can help here.