Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hellojukay/watermark
给相照片加上时间的水印
https://github.com/hellojukay/watermark
Last synced: 29 days ago
JSON representation
给相照片加上时间的水印
- Host: GitHub
- URL: https://github.com/hellojukay/watermark
- Owner: hellojukay
- License: bsd-3-clause
- Created: 2020-07-27T08:17:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-27T03:53:11.000Z (over 2 years ago)
- Last Synced: 2024-06-21T06:21:56.418Z (5 months 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信息,给相照片加上时间的水印![Go](https://github.com/hellojukay/watermark/workflows/Go/badge.svg?branch=master)
我会经常打印一些生活的照片,那些照片都我的回忆,我希望能给照片加上时间的水印,这样在我看到照片的时候就知道是什么时候拍摄的。我的拍摄器材是尼康 D750 无法自动添加时间水印, 所以我写了这个程序。
# build
```shell
go build
```原图
![2020-07-19_071154.JPG](2020-07-19_071154.JPG)
```shell
./watermark -i 2020-07-19_071154.JPG
```
加上水印之后的图片
![watermark_2020-07-19_071154.JPG](watermark_2020-07-19_071154.JPG)