qiujuer / ImageBlurring

Android blurring image(bitmap) by java and jni.

Home Page:http://genius.qiujuer.net/module/blur.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fastest method

niteshkhatri opened this issue · comments

Among the methods to blur the image, which one is the fastest?

Blur small pictures were similar, for blur big picture using JNI is more cost-effective option.
When it comes to choosing BITMAP or ARRAY, this is just personal habits.

Thanks. I also preferred JNI.