Fixed bmp image previewing/uploading by adding new go image library

This commit is contained in:
Reed Garmsen
2015-06-22 10:20:20 -07:00
parent e3a662a842
commit c397adacbe
2 changed files with 5 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ import (
"github.com/nfnt/resize"
"image"
_ "image/gif"
_ "golang.org/x/image/bmp"
"image/jpeg"
"io"
"net/http"