Glide switched picture format is ARGB

Stack overflow can see, forget to save, and record it ...

Glide Version: 4.5

GlideApp.with(getContext())
    .load(imageUrl)
    .apply(new RequestOptions().format(PREFER_ARGB_8888)
    .override(Target.SIZE_ORIGINAL))
    .into(image);

 

Guess you like

Origin www.cnblogs.com/islz/p/11331167.html