mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 14:55:24 +02:00
gifdiff: add page (#8404)
This commit is contained in:
parent
e70b607b7b
commit
4a48841e0a
1 changed files with 13 additions and 0 deletions
13
pages/common/gifdiff.md
Normal file
13
pages/common/gifdiff.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# 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}}`
|
Loading…
Add table
Reference in a new issue