Extract metadata as integers

Extract all metada as integers fomr exiftool.

Signed-off-by: Kjeldgaard <Kjeldgaard@users.noreply.github.com>
This commit is contained in:
Kjeldgaard
2021-03-23 21:36:03 +01:00
parent 1f9f6ebf9a
commit 7b5305579b
9 changed files with 242 additions and 47 deletions

View File

@@ -5,7 +5,7 @@ go 1.16
require (
github.com/99designs/gqlgen v0.13.0
github.com/Kagami/go-face v0.0.0-20200825065730-3dd2d74dccfb
github.com/barasher/go-exiftool v1.3.2
github.com/barasher/go-exiftool v1.3.2 // indirect
github.com/disintegration/imaging v1.6.2
github.com/go-sql-driver/mysql v1.5.0
github.com/gorilla/handlers v1.5.1
@@ -13,6 +13,7 @@ require (
github.com/gorilla/websocket v1.4.2
github.com/h2non/filetype v1.1.1
github.com/joho/godotenv v1.3.0
github.com/kjeldgaard/go-exiftool v1.3.3
github.com/pkg/errors v0.9.1
github.com/sabhiram/go-gitignore v0.0.0-20201211210132-54b8a0bf510f
github.com/vektah/gqlparser/v2 v2.1.0