Skip to content

romanitalian/watermark_on_image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

watermark_on_image (scratch)

Make new image with watermark file: result.jpg

go run main.go

Before:

.
├── README.md
├── go.mod
├── go.sum
├── luxisr.ttf
├── main.go
├── pattern_img.jpg
└── wqy-zenhei.ttf

After:

.
├── README.md
├── go.mod
├── go.sum
├── luxisr.ttf
├── main.go
├── pattern_img.jpg
├── result.jpg
└── wqy-zenhei.ttf

About

Add watermakr on image (from scratch)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages