Blurry icon indicating copy to clipboard operation
Blurry copied to clipboard

Blurry is an easy blur library for Android

Results 88 Blurry issues
Sort by recently updated
recently updated
newest added

Hi I'm trying to animate blur on imageView. But it is still won't work... I'm adding blur and animation like this: Blurry.with(this).async().animate(500).capture(droneImage).into(droneImage); Blur works perfectly but no animation too( -...

From the new readme: On API-26 and newer, Blurry uses PixelCopy to copy directly from the surface of the window, and can thus obtain a bitmap that contains a GoogleMap....

Blurry doesn't work with fragments always giving me null pointer exception @easycheese @wasabeef @Pkmmte @JasonCromer can you help please ?

# Bug Reporting > Fatal Exception: java.lang.RuntimeException: Canvas: trying to use a recycled bitmap android.graphics.Bitmap@1439588 > at android.graphics.BaseCanvas.throwIfCannotDraw(BaseCanvas.java:66) > at android.graphics.BaseCanvas.drawBitmap(BaseCanvas.java:113) > at android.graphics.Canvas.drawBitmap(Canvas.java:1560) > at jp.wasabeef.blurry.Blur.of(Blur.java:62) > at jp.wasabeef.blurry.BlurTask$1$1.run(BlurTask.java:69)...

## What does this change? Support highlight a rect area when using "Overlay" function ## Screenshots ![Screenshot_20220419_173156](https://user-images.githubusercontent.com/3376783/163975195-c35b3cd8-ab13-45c3-9684-a2f00664d440.png)

Hi, Just want to ask for help if you know why this crash occured and if there is a fix about it. Note that it **does not** always happen on...

I'm getting the following err: ``` Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.graphics.Bitmap.recycle()' on a null object reference at jp.wasabeef.blurry.internal.Blur.of(SourceFile:42) at jp.wasabeef.blurry.Blurry$Composer.onto(SourceFile:115) ................... ``` ...while calling the...

I've tried to apply Blurry on google map but it only blurs the Google logo. Am I doing something wrong or it's just a bug ?

## What does this change? The original stack blur algorithm with its optimized version. ## What is the value of this and can you measure success? The optimized stack blur...