https://github.com/hellojukay/watermark
给相照片加上时间的水印
https://github.com/hellojukay/watermark
Last synced: about 1 year ago
JSON representation
给相照片加上时间的水印
- Host: GitHub
- URL: https://github.com/hellojukay/watermark
- Owner: hellojukay
- License: bsd-3-clause
- Created: 2020-07-27T08:17:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-27T03:53:11.000Z (about 4 years ago)
- Last Synced: 2025-01-29T08:33:52.909Z (over 1 year ago)
- Language: Go
- Size: 15.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# watermark
读照片EXIF信息,给相照片加上时间的水印

我会经常打印一些生活的照片,那些照片都我的回忆,我希望能给照片加上时间的水印,这样在我看到照片的时候就知道是什么时候拍摄的。我的拍摄器材是尼康 D750 无法自动添加时间水印, 所以我写了这个程序。
# build
```shell
go build
```
原图

```shell
./watermark -i 2020-07-19_071154.JPG
```
加上水印之后的图片
