HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

gifdiff — Compare two GIFs for identical visual appearance. See also: `gifsicle`. More information: <https://w

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandtwoclicomparegifsforidenticalgifdiff

Problem

How to use the gifdiff command: Compare two GIFs for identical visual appearance. See also: gifsicle. More information: <https://www.lcdf.org/gifsicle/>.

Solution

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

Code Snippets

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

Context

tldr-pages: common/gifdiff

Revisions (0)

No revisions yet.