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

add patch to prevent the indexOutOfBounds in StackBlurManager. Issue #1 #3

Closed youchy closed 10 years ago

youchy commented 10 years ago

This PR prevents the Issue #1 (ArrayIndexOutOfBound)

kikoso commented 10 years ago

Hello @fiskbil

I will take a look into it this weekend. Thanks for the note! :)

kikoso commented 10 years ago

Hello @fiskbil .

I have submitted a new commit with your comment. It really fixes the issue. Thanks a lot! :-)

I have also successfully compiled a native file performing the image blurry. It seems to be faster, but I want to analyze it quiet before committing. Stay tuned!