1
0
mirror of https://github.com/coalaura/ffwebp.git synced 2025-09-08 13:59:54 +00:00
This commit is contained in:
2025-08-11 04:33:23 +02:00
parent a508281e3e
commit 8cba61cddd

View File

@@ -5,12 +5,12 @@ import (
"image" "image"
"io" "io"
decode "github.com/knieriem/g/image/xbm"
"github.com/xyproto/xbm"
"github.com/coalaura/ffwebp/internal/codec" "github.com/coalaura/ffwebp/internal/codec"
"github.com/coalaura/ffwebp/internal/opts" "github.com/coalaura/ffwebp/internal/opts"
"github.com/urfave/cli/v3" "github.com/urfave/cli/v3"
decode "github.com/knieriem/g/image/xbm"
"github.com/xyproto/xbm"
) )
func init() { func init() {