Files
cheatsheet-tldr/tldr/gifdiff
2025-12-20 00:20:53 +00:00

19 lines
405 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# gifdiff
> 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}}`