square / picasso

A powerful image downloading and caching library for Android
https://square.github.io/picasso/
Apache License 2.0
18.69k stars 3.97k forks source link

Artifacts when resizing transparent images #2025

Open timrijckaert opened 5 years ago

timrijckaert commented 5 years ago

Hi,

We are seeing some problems on some devices when loading images in a RecyclerView that have a transparent background. It seems like artifacts from previous rendered viewholders are being reused in the transparent part of the images.

Just like this sample

samsung-a3

Devices that experience this problem are:

Other devices don't seem to have this behavior. As an example I have made a sample app.

timrijckaert commented 5 years ago

So? Could someone confirm this is a bug?

timrijckaert commented 5 years ago

Anyone? At least an acknowledgement?