This library can be used to make blur background image. User can change the blur intensity according to the requirement.
dependencies {
compile 'com.github.ileafsolutions:BlurBackground:1.0.1'
}
This will return a blurred bitmap
BlurUtil.with(getApplicationContext()).load(R.drawable.bg).intensity(10).getImageBlur();
Blur Options
- Intensity - Ranging from 8 to 25
Android 4.4+
iLeaf Solutions http://www.ileafsolutions.com