WhatsApp-ProfileCollapsingToolbar icon indicating copy to clipboard operation
WhatsApp-ProfileCollapsingToolbar copied to clipboard

Bitmap too large to be uploaded into a texture (4869x3456, max=4096x4096)

Open farmazon3000 opened this issue 8 years ago • 3 comments

Good work, however bitmap is not showing, I get: 05-13 10:04:19.990 7923-7970/com.anton46.whatsapp_profile W/OpenGLRenderer: Bitmap too large to be uploaded into a texture (4869x3456, max=4096x4096)

farmazon3000 avatar May 13 '16 08:05 farmazon3000

This SO answer says the bitmap should be in nodpi folder to fix the problem http://stackoverflow.com/a/28348286/2401535. But the bitmap it's there already and the problem is not fixed.

farmazon3000 avatar May 13 '16 08:05 farmazon3000

The bitmap is too big for Android. For example, reduce the size of the image to 1000 x 710 pixels.

markus2610 avatar Oct 12 '16 10:10 markus2610

Reduce the pixel of image and size and use Picasso to load the image

DroidPulkit avatar Aug 10 '17 06:08 DroidPulkit