fix: load jpeg image

This commit is contained in:
lilong.129
2025-03-20 20:39:32 +08:00
parent da0bdc4fe5
commit 868acd45ac
4 changed files with 3 additions and 2 deletions
+1
View File
@@ -8,6 +8,7 @@ import (
"image"
"image/color"
"image/draw"
_ "image/jpeg"
"image/png"
"math"
"os"