Why is Gif support enabled in Glide integration? / Wrong Javadoc in AnimationDecoderOption
See original GitHub issueJacadoc says Defaults to {@code true}
when it clearly defaults to false.
I think the Javadoc is right here - it makes no sense to enable Gif support when Glide can do this already without this library.
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Show GIF file with Glide (image loading and caching library)
The above answer didn't work for me. The below code works. ImageView imageView = (ImageView) findViewById(R.id.imageView); GlideDrawableImageViewTarget ...
Read more >APNG4Android - bytemeta
Why is Gif support enabled in Glide integration? / Wrong Javadoc in AnimationDecoderOption. pantasystem. pantasystem CLOSED · Updated 5 months ago ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
The problem is due to gif decoder’s disposal action. And I’ve fixed it on https://github.com/penfeizhou/APNG4Android/commit/68bcff8ebf801eb54af95085f8863f6264bf35fe. You can try this version
v2.19.0
should fix this problem.https://cdn.social.linux.pizza/v1/AUTH_91eb37814936490c95da7b85993cc2ff/sociallinuxpizza/accounts/avatars/107/744/247/345/586/620/original/4a94ce749868d347.gif