https://bugs.kde.org/show_bug.cgi?id=416516
--- Comment #15 from caulier.gil...@gmail.com --- Git commit c701f2a84df48a7526903768778991190b51f776 by Gilles Caulier. Committed on 25/04/2021 at 13:30. Pushed by cgilles into branch 'master'. ExifTool wrapper : introduce applyChanges() method to update existing tags or to add new tags. The method take a TagsMap hash-table to host ExifTool tag names as key and tag values. Typically, the key follow ExifTool CLI tool argument typo as EXIF:ImageDescription. The value is a UTF8 string. This method is not yet used, unit tests must be written in first. Related: bug 325458, bug 326408 M +167 -47 core/libs/metadataengine/exiftool/exiftoolparser.cpp M +23 -4 core/libs/metadataengine/exiftool/exiftoolparser.h M +39 -27 core/libs/metadataengine/exiftool/exiftoolprocess.cpp M +15 -6 core/libs/metadataengine/exiftool/exiftoolprocess.h https://invent.kde.org/graphics/digikam/commit/c701f2a84df48a7526903768778991190b51f776 -- You are receiving this mail because: You are watching all bug changes.