wasabeef / Blurry

Blurry is an easy blur library for Android
Apache License 2.0
5.57k stars 602 forks source link

how to remove blur on imageview? #90

Open kAvEh-- opened 5 years ago

kAvEh-- commented 5 years ago

I have blurred the imageView with Blurry.with(context).capture(view).into(imageView) but there is no function for reverting the imageView to initial state. delete() function gets only ViewParent as input. it seems delete(ImageView target) function is missed. thanks