You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2018-12-05 21:16:49.728 5306-5306/com.dingmouren.smaple.paletteimageview E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.dingmouren.smaple.paletteimageview, PID: 5306
java.lang.IllegalArgumentException: x + width must be <= bitmap.width()
at android.graphics.Bitmap.createBitmap(Bitmap.java:734)
at com.dingmouren.paletteimageview.PaletteImageView.zipBitmap(PaletteImageView.java:242)
at com.dingmouren.paletteimageview.PaletteImageView.onSizeChanged(PaletteImageView.java:119)
The text was updated successfully, but these errors were encountered:
2018-12-05 21:16:49.728 5306-5306/com.dingmouren.smaple.paletteimageview E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.dingmouren.smaple.paletteimageview, PID: 5306
java.lang.IllegalArgumentException: x + width must be <= bitmap.width()
at android.graphics.Bitmap.createBitmap(Bitmap.java:734)
at com.dingmouren.paletteimageview.PaletteImageView.zipBitmap(PaletteImageView.java:242)
at com.dingmouren.paletteimageview.PaletteImageView.onSizeChanged(PaletteImageView.java:119)
The text was updated successfully, but these errors were encountered: