coil-kt / coil

Image loading for Android and Compose Multiplatform.
https://coil-kt.github.io/coil/
Apache License 2.0
10.83k stars 664 forks source link

Fix memory cache misses in some cases where precision is not set. #2680

Closed colinrtwhite closed 1 week ago

colinrtwhite commented 1 week ago

This is larger refactor that ensure we always query the memory cache and perform decoding with the same sizeResolver, scale, and precision to avoid mismatches.