Make bttv emotes render as webps, like 7tv emotes #5955
-
Since around last year or so, bttv has switched to using .webp files for emotes, following 7tv's steps. However, chatterino is still using .gifs to render emotes in chat. It is now outdated, and actually reduces the quality of some of the emotes in chat, for example due to them having semi-transparent elements which are not supported in the .gif format. Shown in the example below, how an emote looks in chat, and how it looks like when you click "Open", and either the direct link or an emote link on bttv. I would like to suggest for chatterino to use the same treatment for bttv emotes as 7tv emotes, since they are already implemented as .webps. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
BTTV doesn't really document when WEBP is available. I opened night/betterttv#7313 to resolve that. |
Beta Was this translation helpful? Give feedback.
-
bleh webp, can we collectively forget this format exists? |
Beta Was this translation helpful? Give feedback.
-
Maybe still render it as gif if it was uploaded before BTTV started allowing webp uploads so you don't get quality loss from conversion? It would be nice if the bttv api had a way to tell which format an emote was uploaded in and render that version |
Beta Was this translation helpful? Give feedback.
-
@Nerixyz made a PR making BetterTTV static & animated emotes use the WebP format in #5957 - it has since been merged in and is available in our development builds. |
Beta Was this translation helpful? Give feedback.
@Nerixyz made a PR making BetterTTV static & animated emotes use the WebP format in #5957 - it has since been merged in and is available in our development builds.
Thanks for reaching out