gif2webp
Lossy compression of digital photographic images.
Install
- All systems
-
curl cmd.cat/gif2webp.sh
- Debian
-
apt-get install webp
- Ubuntu
-
apt-get install webp
- Alpine
-
apk add libwebp
- Arch Linux
-
pacman -S libwebp
- Kali Linux
-
apt-get install webp
- CentOS
-
yum install libwebp-tools
- Fedora
-
dnf install libwebp-tools
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install webp
- OS X
-
brew install webp
- Raspbian
-
apt-get install webp
- Dockerfile
- dockerfile.run/gif2webp
- Docker
-
docker run cmd.cat/gif2webp gif2webp
powered by Commando
webp
Lossy compression of digital photographic images.
Image Compression format, based on the VP8 codec. WebP uses the modern VP8 compression format to deliver efficient compression of images for the web. More than 30% extra gain over optimized JPEG, for same quality, is not unusual.
libwebp-tools
The WebP command line tools
libwebp
WebP is an image format that does lossy compression of digital
photographic images. WebP consists of a codec based on VP8, and a container based on RIFF. Webmasters, web developers and browser developers can use WebP to compress, archive and distribute digital images more efficiently.