This commit is contained in:
Till Faelligen 2025-01-29 20:05:57 +01:00
parent cca811e647
commit d8d9b8c148
No known key found for this signature in database
GPG key ID: 3DF82D8AB9211D4E

View file

@ -10,9 +10,11 @@ import (
"context"
"image"
"image/draw"
// Imported for gif codec
_ "image/gif"
"image/jpeg"
// Imported for png codec
_ "image/png"
"os"