use a library for better image orientation handling

This commit is contained in:
2023-12-23 01:20:20 -07:00
parent f0292c325e
commit 9be49cb871
3 changed files with 12 additions and 64 deletions

2
go.mod
View File

@ -3,6 +3,7 @@ module i2v
go 1.21
require (
github.com/disintegration/imaging v1.6.2
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/urfave/cli/v2 v2.26.0
)
@ -11,4 +12,5 @@ require (
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect
)