glide icon indicating copy to clipboard operation
glide copied to clipboard

load transparent background image color will change to black

Open charlie1081 opened this issue 9 months ago • 0 comments
trafficstars

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

Image

virtual device display like this

Image

charlie1081 avatar Feb 24 '25 04:02 charlie1081