use a library for better image orientation handling
This commit is contained in:
2
go.mod
2
go.mod
@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user