Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 600 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 600 Bytes

BlurBackground

This library can be used to make blur background image. User can change the blur intensity according to the requirement.

Setup

Dependencies
dependencies {
    compile 'com.github.ileafsolutions:BlurBackground:1.0.1'
}

Functions

This will return a blurred bitmap

BlurUtil.with(getApplicationContext()).load(R.drawable.bg).intensity(10).getImageBlur();

Blur Options

  • Intensity - Ranging from 8 to 25

Requirements

Android 4.4+

Author

iLeaf Solutions http://www.ileafsolutions.com