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
Your library is really good but It s crash when render a bigger image.
AppCompatImageView not displayed because it is too large to fit into a software layer (or drawing cache), needs 10765440 bytes, only 8294400 available
java.lang.NullPointerException: Attempt to invoke virtual method 'int android.graphics.Bitmap.getWidth()' on a null object reference
at android.graphics.Bitmap.createBitmap(Bitmap.java:773)
at com.viven.imagezoom.ImageZoomHelper.onDispatchTouchEvent(ImageZoomHelper.java:106)
The text was updated successfully, but these errors were encountered:
prapagorn
changed the title
I have a issue when render a bigger image.
I have an issue when render a bigger image.
Sep 4, 2017
Your library is really good but It s crash when render a bigger image.
The text was updated successfully, but these errors were encountered: