Use StackBlurManager for Java-based blurring
mainTo apply a blur effect using standard Java implementation, initialize a
StackBlurManager with a Bitmap, call process(int radius) to apply the effect, and then retrieve the result using returnBlurredImage().