go lang image scale and add watermark

This commit is contained in:
2026-03-10 23:42:49 +08:00
parent 86ea5305af
commit 60fabfbf59
3 changed files with 152 additions and 0 deletions

View 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