From c397adacbe4549567e9fd4520cee4f62da6a9539 Mon Sep 17 00:00:00 2001 From: Reed Garmsen Date: Mon, 22 Jun 2015 10:20:20 -0700 Subject: Fixed bmp image previewing/uploading by adding new go image library --- api/file.go | 1 + 1 file changed, 1 insertion(+) (limited to 'api') diff --git a/api/file.go b/api/file.go index 10167c6ff..0e08567d6 100644 --- a/api/file.go +++ b/api/file.go @@ -15,6 +15,7 @@ import ( "github.com/nfnt/resize" "image" _ "image/gif" + _ "golang.org/x/image/bmp" "image/jpeg" "io" "net/http" -- cgit v1.2.3-1-g7c22