mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-23 07:51:36 +00:00
Update cheatsheets
This commit is contained in:
18
gifdiff
Normal file
18
gifdiff
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
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}}`
|
||||
Reference in New Issue
Block a user