Package 

Class BlurPostProcessor

  • All Implemented Interfaces:
    com.facebook.imagepipeline.request.Postprocessor

    
    public final class BlurPostProcessor
    extends BasePostprocessor
                        

    A java implementation of a blur post processor. This provide two different blurring algorithm, one Gaussian blur using ScriptIntrinsicBlur for Android version >= 4.2 and the other one is an in-place iterative box blur algorithm that runs faster than a traditional box blur.