Friday 21 August 2020

Android Studio debug "View Bitmap" downscaled

I am having an issue with the "View Bitmap" preview functionality of Android Studio. I am having a bitmap with 29000 and height 255. But when I click "View Bitmap" in the debugger on the Bitmap class, i see a downscaled version. Yes i am aware that 29k width is a lot, but it was working with Android Studio < 1.5, so i guess its a setting somewhere.

Here is the info about the Bitmap in the Debugger view

debugger bitmap

And here is the Bitmap when i click on "View Bitmap".

bitmap

As you see the dimensions are not right. That debug preview bitmap is way smaller than the one i want to see.

Any suggestion how to fix that?



from Android Studio debug "View Bitmap" downscaled

No comments:

Post a Comment