gifdiff
Compare two GIFs for identical visual appearance. See also: gifsicle. More information: <https://www.lcdf.org/gifsicle>.
Install
- All systems
-
curl cmd.cat/gifdiff.sh
- Debian
-
apt-get install gifsicle
- Ubuntu
-
apt-get install gifsicle
- Alpine
-
apk add gifsicle
- Arch Linux
-
pacman -S gifsicle
- Kali Linux
-
apt-get install gifsicle
- Fedora
-
dnf install gifsicle
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gifsicle
- OS X
-
brew install gifsicle
- Raspbian
-
apt-get install gifsicle
- Dockerfile
- dockerfile.run/gifdiff
- Docker
-
docker run cmd.cat/gifdiff gifdiff
powered by Commando
Compare two GIFs for identical visual appearance. See also: gifsicle. More information: <https://www.lcdf.org/gifsicle>.
-
Check how GIFs differ:
gifdiff path/to/first.gif path/to/second.gif
-
Check if GIFs differ:
gifdiff --brief path/to/first.gif path/to/second.gif
© tl;dr; authors and contributors