1
0
mirror of https://github.com/fumiama/imgsz.git synced 2026-06-09 04:29:42 +08:00

fix: webp fccVP8L decoding

This commit is contained in:
源文雨
2024-05-06 17:23:02 +09:00
parent f0a763b0a3
commit 7dbe326aaa
3 changed files with 149 additions and 2 deletions

2
go.mod
View File

@@ -1,3 +1,5 @@
module github.com/fumiama/imgsz
go 1.17
require golang.org/x/image v0.16.0