zjupure / GlideWebpDecoder

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

fix failing decoding of the animation #79

Closed dstukalov closed 3 years ago

zjupure commented 3 years ago

could you provide some sample code or webp files to reproduce this issue?

dstukalov commented 3 years ago

could you provide some sample code or webp files to reproduce this issue?

this webp stops rendering at frame 12 on ImageView with size 200x200px because WebpDecoder.renderFrame tries to call mBitmapProvider.obtain with width and height equal to 0 test.zip

dstukalov commented 3 years ago

could you provide some sample code or webp files to reproduce this issue?

this sample illustrates the issue: https://github.com/dstukalov/GlideWebpDecoderPullRequest79