load transparent background image color will change to black
Open
- Dominant language
- Java
- Stars
- 35k
- Forks
- 6.2k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 8
Description
glide version
com.github.bumptech.glide:compiler:4.16.0
load like this
```
Glide.with(this)
.asBitmap()
.load(R.drawable.belowImage)
.apply(
RequestOptions()
.format(DecodeFormat.PREFER_ARGB_8888)
.dontTransform()
)
.into(vb.ivTest)
```
my image

virtual device display like this

Contributor guide
Assessment
This issue has not been assessed yet.