Is it possible to write EXIF โ€‹โ€‹data using Python 3 on Windows?

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.

+5
source share

All Articles