I have a set (hundreds) of JPEG files that I need to equip (WRITE access) with EXIF data. For that I would like to use python3
so I can batch process the files and incorporate it in my data flow.
I have looked at Gexiv2, but I haven't found a way to use it in Windows.
This SO question from 2009 is similar, but mine is more specific.
Question:
How can I write EXIF data to multiple JPEG files using python3
in Windows?
I would prefer not to use commercial software.