8000 Release 0.4 · evant/android-apngrs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Compare
Choose a tag to compare
@evant evant released this 09 Sep 08:06
· 1 commit to main since this release
0.4
  • allow resizing when decoding to a bitmap with
    ApngDecoder.decodeDrawable(source) { decoder, info, _ ->
        decoder.setTargetSize(width, height)
    }
    
    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.
  • ApngDrawable has been optimized so it no longer does any decoding or animation work when the drawable is not visible.
  • improved proguard rules
0