webp2gif
webp2gif copied to clipboard
convert animated webp to gif
webp2gif
convert animated webp to gif
Prerequisites
webp && imagemagick
-
macOS
brew install webp brew install imagemagick
-
Ubuntu/Debian
sudo apt install webp imagemagick
Usage
wget https://git.io/webp2gif && chmod +x webp2gif
./webp2gif [-v|-h] <input.webp> [output.gif]
input.webp is mandatory,output.gif is optional.
if output.gif is not supplied the input filename will be used, e.g. foobar.webp --> foobar.gif
Options
-v, --version
Display the version of the script
-h, --help
Display a brief usage message
Known Issues
Contribution
before pull request, please pass the check by running bash Test/check.bash
Link
Maybe you want to convert a gif to webp? Look for this gif2webp