feat: add EXIF thumbnail support for JPEG files (#1234)

This commit is contained in:
adrium
2021-03-29 11:40:00 +02:00
committed by GitHub
parent 4470d0a704
commit 7dd5b34d42
8 changed files with 135 additions and 1 deletions

3
go.mod
View File

@@ -10,6 +10,7 @@ require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/disintegration/imaging v1.6.2
github.com/dsnet/compress v0.0.1 // indirect
github.com/dsoprea/go-exif/v3 v3.0.0-20201216222538-db167117f483
github.com/golang/snappy v0.0.1 // indirect
github.com/gorilla/mux v1.7.3
github.com/gorilla/websocket v1.4.1
@@ -37,5 +38,5 @@ require (
golang.org/x/text v0.3.2 // indirect
google.golang.org/appengine v1.5.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/yaml.v2 v2.2.7
gopkg.in/yaml.v2 v2.3.0
)