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

Getting IllegalArgumentException: x + width must be <= bitmap.width() #13

Closed
kishorejethava opened this issue Dec 24, 2016 · 1 comment

Comments

@kishorejethava
Copy link

E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.disctopia.android, PID: 15279
java.lang.IllegalArgumentException: x + width must be <= bitmap.width()
at android.graphics.Bitmap.createBitmap(Bitmap.java:824)
at android.graphics.Bitmap.createBitmap(Bitmap.java:791)
at com.wonderkiln.blurkit.BlurLayout.blur(BlurLayout.java:264)
at com.wonderkiln.blurkit.BlurLayout.invalidate(BlurLayout.java:152)
at com.wonderkiln.blurkit.BlurLayout$1.doFrame(BlurLayout.java:102)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:918)
at android.view.Choreographer.doCallbacks(Choreographer.java:695)
at android.view.Choreographer.doFrame(Choreographer.java:628)
at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:906)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:158)
at android.app.ActivityThread.main(ActivityThread.java:7229)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)

@emersoncloud
Copy link
Contributor

Closing this ticket. If you're still having issues on the latest release, v1.0.0 leave a comment and I will circle back. Thanks!

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