blurkit-android
blurkit-android copied to clipboard
The missing Android blurring library. Fast blur-behind layout that parallels iOS.
I'm using CameraKit and BlurKit together and it gives following error while compiling the project. More than one file was found with OS independent path 'lib/armeabi-v7a/libRSSupport.so'
There is no option to downsample or set Bitmap.Config for Bitmap when using BlurKit.getInstance().blur(view,radius); method.
I have Textview inside a BlurLayout inside a RelativeLayout looking like this: > android:id="@+id/fe_blue_layout" > android:layout_width="wrap_content" > android:layout_height="wrap_content" > android:layout_alignParentEnd="true" > android:layout_alignParentBottom="true"> > > No matter the padding or the...
Add SurfaceView Support in addition to Bitmap and View for blurring images. Official Maintainer Ticket: @emersoncloud