Fix wrong orientation in collage

This commit is contained in:
2024-08-08 22:57:59 -04:00
parent 04a5dd62b6
commit efda3b72b8
3 changed files with 6 additions and 1 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module go.balki.me/collage-maker
go 1.22
require (
github.com/disintegration/imaging v1.6.2
go.balki.me/anyhttp v0.3.0
go.oneofone.dev/resize v1.0.1
)