Xithrius / twitch-tui

Twitch chat in the terminal.
https://xithrius.github.io/twitch-tui/
Apache License 2.0
458 stars 32 forks source link

Update to image.rs 0.25, switch back to image.rs webp decoder instead of webp-animation #655

Closed Nogesma closed 1 week ago

Nogesma commented 2 weeks ago

The WebP decoder from image.rs has improved a lot since 0.24, it's finally usable to decode emotes. The webp-animation dependency is not used anymore and has been removed.

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 0% with 19 lines in your changes missing coverage. Please review.

Project coverage is 22.78%. Comparing base (18a10b6) to head (7524484). Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
src/emotes/graphics_protocol.rs 0.00% 19 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #655 +/- ## ========================================== - Coverage 22.87% 22.78% -0.09% ========================================== Files 42 42 Lines 5430 5450 +20 ========================================== Hits 1242 1242 - Misses 4188 4208 +20 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Nogesma commented 2 weeks ago

I found a few issues with some emotes not loading, let me fix that

EDIT: Should be good now

Xithrius commented 1 week ago

I'll be testing this out in the near future.

Xithrius commented 1 week ago

Thanks once again, have a good one!

Xithrius commented 1 week ago

oops lol