This command line tool is used to add DATE watermark to JPEG files.
Nope. no installer provided.
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
Merrick Zhang ([email protected])