kikoso / android-stackblur

Android StackBlur is a library that can perform a blurry effect on a Bitmap based on a gradient or radius, and return the result. The library is based on the code of Mario Klingemann.
Apache License 2.0
3.59k stars 648 forks source link

How to import stackblur #37

Closed feresr closed 3 years ago

feresr commented 9 years ago

Download the library with git. When it has been imported into your project. First initialize your StackBlurManager to load a sample image

Could you provide more info on how to import this into android studio?. THanks

Jawnnypoo commented 8 years ago

If you want to include via gradle, I have recompiled it and made the Native methods available through gradle. https://github.com/Commit451/NativeStackBlur

xingstarx commented 8 years ago

@Jawnnypoo thanks,ti's greate for me!