Android Open Source - Graphics blur android-stackblur






Project Summary

Android StackBlur is a library that can perform a blurry effect on a Bitmap based on a gradient or radius, and return the result. The library is based on the code of Mario Klingemann..

Web Site / Source Repository

android-stackblur is hosted in the following web site
https://github.com/kikoso/android-stackblur

If you think the Android project android-stackblur listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of android-stackblur.

ItemValue
Java File Count7
Supported screen sizes[nodpi]
Target SDK Version17
Minimum SDK Version8
Activity Count2
jar files usedandroid-support-v4.jar
guice-3.0-no_aop.jar
javax.inject.jar
renderscript-v8.jar
roboguice-2.0.jar
Required Permissionsandroid.permission.WRITE_EXTERNAL_STORAGE
android.permission.WRITE_INTERNAL_STORAGE
Asset File Namesassets\android_platform_256.png
assets\image_transparency.png




License

The license information of android-stackblur is as follows:

Apache License

Resource Files

There are 1 image files in android-stackblur. The names of the image files are listed as follows.

android_platform_256.png

The following screenshort is generated from the image listed above.

null

Java Source Files

com.enrique.stackblur.BlurProcess.java
com.enrique.stackblur.JavaBlurProcess.java
com.enrique.stackblur.NativeBlurProcess.java
com.enrique.stackblur.RSBlurProcess.java
com.enrique.stackblur.StackBlurManager.java
com.example.stackblurdemo.BenchmarkActivity.java
com.example.stackblurdemo.MainActivity.java