generate animated thumbnails for animated gifs

This commit is contained in:
David Christofas
2022-03-04 19:13:48 +01:00
parent 0849563810
commit d6182a4ea1
11 changed files with 223 additions and 79 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ func TestEncoderForType(t *testing.T) {
}
for k, v := range table {
e := EncoderForType(k)
e, _ := EncoderForType(k)
if e != v {
t.Fail()
}