AniTrend / support-markdown

Markdown library tailored to work with the anilist markdown standard. https://files.kiniro.uk/anilist-flavored-markdown-v1.md
Apache License 2.0
2 stars 1 forks source link

Resolve gif playback and artifacts issue upon playback #5

Closed wax911 closed 1 year ago

wax911 commented 1 year ago

Issue Guidelines

Before opening a new issue, please take a moment to review our community guidelines to make the contribution process easy and effective for everyone involved.

You may find an answer in already closed issues: https://github.com/AniTrend/support-markdown/issues?q=is%3Aissue+is%3Aclosed

Description Of Bug

See: https://github.com/noties/Markwon/issues/400

Additional Context

Alternatively we could just add a media decoder from io.noties.markwon.image.gif.GifMediaDecode -> which can be done by using the following:

.usePlugin(ImagesPlugin.create { plugin -> 
    plugin.addMediaDecoder(GifMediaDecoder.create()) 
})

The limitation of the default media decoder is the fact that we cannot intercept the request pipeline or utilise caching from Coil or Glide

wax911 commented 1 year ago

See related issue: https://github.com/noties/Markwon/issues/424

github-actions[bot] commented 1 year ago

Stale issue message