-
Notifications
You must be signed in to change notification settings - Fork 241
/
gifdiff.1
97 lines (94 loc) · 1.58 KB
/
gifdiff.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
.\" -*- mode: nroff -*-
.ds V 1.95
.ds E " \-\-
.if t .ds E \(em
.de Op
.BR "\\$1" "\\$2" "\\$3" "\\$4" "\\$5" "\\$6"
..
.de Sp
.if n .sp
.if t .sp 0.4
..
.de Es
.Sp
.RS 5
.nf
..
.de Ee
.fi
.RE
.PP
..
.TH GIFDIFF 1 "11 July 2017" "Version \*V"
.SH NAME
gifdiff \- compares GIF images
.SH SYNOPSIS
.B gifdiff
\%[options]
GIF\-file\-1
GIF\-file\-2
'
.SH DESCRIPTION
.B gifdiff
compares two GIF files and determines if they appear identical. Differences
that don't affect appearance (like colormap ordering or how much an
animation is optimized) are not reported.
.PP
.B gifdiff
prints details of any differences it finds. If the GIFs are the same, it
prints nothing. It exits with status 0 if there were no differences, 1 if
there were some differences, and 2 if there was trouble.
'
.SH OPTIONS
.PD 0
.TP 5
.Op \-\-brief ", " \-q
'
Report only whether the GIFs differ, not the details of the differences.
'
.Sp
.TP 5
.Op \-\-ignore\-redundancy ", " \-w
'
Do not report differences in the numbers of redundant frames (frames which
do not change the displayed image).
'
.Sp
.TP 5
.Op \-\-ignore\-background ", " \-B
'
Do not report differences in background colors.
'
.Sp
.TP 5
.Op \-\-help
'
Print usage information and exit.
'
.Sp
.TP
.Op \-\-version
'
Print the version number and some quickie warranty information and exit.
'
.PD
'
.SH SEE ALSO
.BR gifsicle (1)
'
.SH BUGS
Please email suggestions, additions, patches and bugs to
ekohler@gmail.com.
'
.SH AUTHORS
.na
Eddie Kohler, ekohler@gmail.com
.br
http://www.read.seas.harvard.edu/~kohler/
.PP
http://www.lcdf.org/gifsicle/
.br
The
.B gifsicle
home page.
'