Linux
Command
Library
Basics
Tips
Commands
gifdiff
Compare two GIFs for identical visual appearance.
TLDR
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]
COLLAPSE ALL
Copied to clipboard