diff --git a/storage_native.go b/storage_native.go index de55cb4..d339113 100644 --- a/storage_native.go +++ b/storage_native.go @@ -3,6 +3,9 @@ package imago import ( "bytes" "image" + _ "image/gif" + _ "image/jpeg" + _ "image/png" "io" "net/url" "os" diff --git a/storage_remote.go b/storage_remote.go index 2a56030..c642379 100644 --- a/storage_remote.go +++ b/storage_remote.go @@ -3,6 +3,9 @@ package imago import ( "bytes" "image" + _ "image/gif" + _ "image/jpeg" + _ "image/png" "io" "net/url" "strings"