diff --git a/pages/common/gifdiff.md b/pages/common/gifdiff.md new file mode 100644 index 0000000000..0c5d2f4446 --- /dev/null +++ b/pages/common/gifdiff.md @@ -0,0 +1,13 @@ +# gifdiff + +> Compare two GIFs for identical visual appearance. +> See also: `gifsicle`. +> More information: . + +- 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}}`