timothycrosley / streamdeck-ui

A Linux compatible UI for the Elgato Stream Deck.
https://timothycrosley.github.io/streamdeck-ui/
MIT License
1.11k stars 240 forks source link

Support webp #372

Open PanderMusubi opened 7 months ago

PanderMusubi commented 7 months ago

Please describe the problem would like to solve Animated GIF is supported but animated webp not yet.

Describe the solution you'd like Please support animated webp. Workaround to convert webp to gif is

convert file.webp -format gif file.gif