I can convert a byte array to Bitmap but the same process in reverse produces a null

前端 未结 0 1689
一整个雨季
一整个雨季 2021-02-10 20:25

So I have a byte array which I can covert to bitmap using the below function:

private Bitmap getBitMapFromByte(byte[] imageByte) {
        Bitmap bitmap = BitmapF         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题