gif to webp

This commit is contained in:
2023-04-06 13:56:34 +08:00
parent 95c273d0b8
commit 2c1ddf07d2
3 changed files with 31 additions and 11 deletions

3
go.mod
View File

@@ -4,9 +4,10 @@ go 1.18
require github.com/disintegration/imaging v1.6.2
require github.com/sizeofint/webpanimation v0.0.0-20210809145948-1d2b32119882 // indirect
require github.com/sizeofint/webp-animation v0.0.0-20190207194838-b631dc900de9 // indirect
require (
github.com/chai2010/webp v1.1.1
github.com/sizeofint/gif-to-webp v0.0.0-20210224202734-e9d7ed071591
golang.org/x/image v0.0.0-20211028202545-6944b10bf410 // indirect
)