webp2gif
A CLI utility that converts animated .webp to .gif. Yeah. That's it.
How to install: cargo install webp2gif
For that, of course, you must have Rust installed.
Syntax: webp2gif source_file.webp target_file.gif
If you want to overwrite any potential existing destination file, add -f:
webp2gif -f source_file.webp overwritten_file.gif
This simple command line util uses zenwebp and zengif which come with a dual
AGPL / commercial license, and are partially slop-coded, so if you dislike that,
you can instead use XnViewMP or tui-img instead, or one of millions of ad-filled
websites that do the conversion. I don't have a horse race in this egg basket.
Currently, the error handling is non-existent, and the program panics and exits
at the slightest inconvenience. Unless you use the -f/--force parameter,
you won't lose any data.
Changelog
0.1.0 - Initial release. Only converts animated webp to gif, lots of .unwraps()