Is it possible to write EXIF data using Python 3 on Windows? -


i have set (hundreds) of jpeg files need equip (write access) exif data. use python3 can batch process files , incorporate in data flow.

i have looked @ gexiv2, haven't found way use in windows.

this so question 2009 similar, mine more specific.

question:
how can write exif data multiple jpeg files using python3 in windows?

i prefer not use commercial software.


Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -