code cleanup

This commit is contained in:
stefanodvx 2025-04-24 12:20:35 +02:00
parent 917be1687f
commit 5336968e05
34 changed files with 193 additions and 115 deletions

View file

@ -9,11 +9,11 @@ import (
"os"
"slices"
_ "image/gif"
_ "image/png"
_ "image/gif" // register GIF decoder
_ "image/png" // register PNG decoder
_ "github.com/strukturag/libheif/go/heif"
_ "golang.org/x/image/webp"
_ "github.com/strukturag/libheif/go/heif" // register HEIF decoder
_ "golang.org/x/image/webp" // register WebP decoder
)
var (