- allow resizing when decoding to a bitmap with
this can be useful for using less memory if the bitmap displayed is much smaller than the source image. The coil implementation has been updated to automatically downscale if needed.
ApngDecoder.decodeDrawable(source) { decoder, info, _ -> decoder.setTargetSize(width, height) }
- ApngDrawable has been optimized so it no longer does any decoding or animation work when the drawable is not visible.
- improved proguard rules