feat(图像渲染): 优化图像渲染
build.yaml / build (push) Successful in 38s

This commit is contained in:
2026-07-15 16:07:20 +08:00
parent e2896381e2
commit bc02d9e7f6
4 changed files with 22 additions and 9 deletions
+2
View File
@@ -20,10 +20,12 @@ import (
"fmt"
"image"
"image/color"
_ "image/gif"
canvasimage "github.com/tdewolff/canvas/image"
_ "github.com/xiaoqidun/jbig2"
_ "golang.org/x/image/bmp"
_ "golang.org/x/image/tiff"
)
// decodeImageData 解码图片数据