Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

给图片添加拍摄日期水印(通过 EXIF 读取)

License

Notifications You must be signed in to change notification settings

anpho/add-date-watermark-to-jpeg-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

add-date-watermark-to-jpeg-file

This command line tool is used to add DATE watermark to JPEG files.

How to install

Nope. no installer provided.

How to use

Open your commandline, assume your images are in D:/myphoto/ directory, and you want to add Date watermark to them, placing at D:/watermarked-photos .

for %a in (D:\myphoto\*.jpg) do add-watermark-by-exif.exe %a d:\watermarked-photos

Contact

Merrick Zhang ([email protected])

About

给图片添加拍摄日期水印(通过 EXIF 读取)

Resources

License

Stars

Watchers

Forks

Packages

No packages published