Skip to content

rixtech/webp2gif

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 

Repository files navigation

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 filename.ext is mandatory

Output filename.ext is optional, if 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

Link

Maybe you want to convert a gif to webp? Look for this gif2webp

About

convert animated webp to gif

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%