From 56ae26cbef8ee7b3e7b885accdd2c16c2536ea26 Mon Sep 17 00:00:00 2001 From: Joe Lothan Date: Wed, 20 May 2026 00:11:53 -0400 Subject: [PATCH] added bmp decoder to bundler --- pipeline/05_bundle_gen/convert.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pipeline/05_bundle_gen/convert.go b/pipeline/05_bundle_gen/convert.go index 4f029de..f08f5c1 100644 --- a/pipeline/05_bundle_gen/convert.go +++ b/pipeline/05_bundle_gen/convert.go @@ -10,6 +10,7 @@ import ( _ "image/jpeg" _ "github.com/biessek/golang-ico" + _ "golang.org/x/image/bmp" _ "golang.org/x/image/webp" )