zjupure / GlideWebpDecoder

A Glide WebpDecoder Intergration Library for decoding and displaying webp images
Apache License 2.0
740 stars 91 forks source link

加载Duration小于20毫秒的webp图片动得很慢 #99

Closed ttooyy closed 1 year ago

ttooyy commented 1 year ago

在 WebpFrame 中定义的 MIN_FRAME_DURATION_MS 明明是 11 image 但是在WebpImage 中显示的是20 并且通过实际打印也是20 image

小于20毫秒的直接被赋值100 变得很慢,能否去掉 fixFrameDurations 这个方法啊

zjupure commented 1 year ago

Fixed in 10cd67186339949de3099e538b5e53996ebe9c9b. Please upgrade the library to 2.1 version, you could find in mavenCentral.

ttooyy commented 1 year ago

本来就是2.1 image glide版本4.12.0

zjupure commented 1 year ago

编译缓存jar包有bug,重新发布了2.2版本