When I try to make a bitmap in imageview
mImageView.setImageBitmap(mBitmap);
I would see that the bitmap is too large to be loaded into the texture in the log.
Well, I know that on OpenGl there is a limit that would throw this warning.
But can I know if the image turned out to be successful or not?
source
share