Skip to content

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

Notifications You must be signed in to change notification settings

ileafsolutions/BlurBackground

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages