go lang image scale and add watermark
This commit is contained in:
10
image-scale-and-addwatermark/go.mod
Normal file
10
image-scale-and-addwatermark/go.mod
Normal file
@@ -0,0 +1,10 @@
|
||||
module hatter.ink/tool/image-scale-and-addwatermark
|
||||
|
||||
go 1.25.5
|
||||
|
||||
require (
|
||||
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
||||
golang.org/x/image v0.36.0
|
||||
)
|
||||
|
||||
require golang.org/x/text v0.34.0 // indirect
|
||||
Reference in New Issue
Block a user