Blur Module
First you need:
You have three ways to process the picture
- 1.Java
- 2.Pixels JNI Native
- 3.Jni Blur (Strongly recommend)
Big Picture
If you want to blur a big picture, I suggest you use this:
This method will split up a big picture and blur it one by one.
Note:
- Big Picture: Blur.onStackBlurClip(Bitmap original, int radius);
- Radius must be between 1 and 255