I have a set (hundreds) of JPEG files that I need to equip (WRITE access) with EXIF โโdata. For this, I would like to use python3so that I can process the files and include them in the data stream.
I looked at Gexiv2 , but I did not find a way to use it on Windows.
This 2009 SO question is similar, but mine is more specific.
Question :
How can I write EXIF โโdata to multiple JPEG files using python3in Windows?
I would prefer not to use commercial software.
source
share