question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Why is Gif support enabled in Glide integration? / Wrong Javadoc in AnimationDecoderOption

See original GitHub issue

Jacadoc says Defaults to {@code true} when it clearly defaults to false.

https://github.com/penfeizhou/APNG4Android/blob/a4a7a513f0535ce753757f8db9f4009adcabf154/plugin_glide/src/main/java/com/github/penfeizhou/animation/glide/AnimationDecoderOption.java#L12-L17

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:closed
  • Created 2 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found