1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 00:42:08 +02:00
tldr/pages/common/gifdiff.md
2022-08-28 19:02:39 +00:00

13 lines
311 B
Markdown

# 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}}`