2025-03-14 21:59:59 -06:00
|
|
|
# gifdiff
|
|
|
|
|
|
|
|
|
|
> Compare two GIFs for identical visual appearance.
|
|
|
|
|
> See also: `gifsicle`.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://www.lcdf.org/gifsicle/>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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}}`
|