Prevent bitmap too large to be uploaded into a texture android

后端 未结 6 1904
走了就别回头了
走了就别回头了 2021-01-17 10:02

I need to display original image in full screen in gallery form. For thumb it will be work perfectly and when I try to display that image in full screen with original source

6条回答
  •  隐瞒了意图╮
    2021-01-17 10:41

    You don't need to load the whole image, cause it's too large and probably your phone won't able to show the full bitmap pixels. You need to scale it first according to your device screen size. This is the best method that I found and it works pretty good: Android: Resize a large bitmap file to scaled output file

提交回复
热议问题