From f12e8e657b5417e0eb4e0f88b912791de71aecad Mon Sep 17 00:00:00 2001 From: pikachu0310 Date: Sat, 17 Feb 2024 15:57:03 +0900 Subject: [PATCH] =?UTF-8?q?:bug:=20jpeg=E3=82=92=E6=8A=95=E7=A8=BF?= =?UTF-8?q?=E3=81=A7=E3=81=8D=E3=81=AA=E3=81=84=E3=83=90=E3=82=B0=E3=82=92?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/pkg/util/image.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/pkg/util/image.go b/internal/pkg/util/image.go index eeadb3f..e329d5f 100644 --- a/internal/pkg/util/image.go +++ b/internal/pkg/util/image.go @@ -4,6 +4,8 @@ import ( "bytes" "golang.org/x/image/draw" "image" + _ "image/gif" + _ "image/jpeg" "image/png" "io" "math"