Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.ArrayIndexOutOfBoundsException: length=112896; index=113320 #2

Open
isanwenyu opened this issue Sep 14, 2017 · 1 comment

Comments

@isanwenyu
Copy link

isanwenyu commented Sep 14, 2017

The exception occurred in FastBlur.doBlur(FastBlur.java:113).
I have done blur with the bitmap drawing cache from a activity.
I think it's beacause that the bitmap is too big.

@hsynlove
Copy link

hsynlove commented Feb 8, 2018

可以在Blur之前对传入的图片大小进行修改,设置手机屏幕大小就可以,另外高斯模糊的图片可以用ARGB_4444压缩大小,不会影响显示效果

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants