(Android) How to download an image/gif without a black background?

后端 未结 0 342
日久生厌
日久生厌 2021-02-08 07:44

I am using Glide to get an image as a byte array as such

Glide.with(context)
    .as(byte[].class)
    .load(url)
    .submit()
    .get();

and i

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