metadata: filter out unwanted tags when syncing with xmp sidecars

(cherry picked from commit 239f3f59b931efb15482134fffd5f6065616e574)
This commit is contained in:
Alberto Griggio
2021-01-12 00:21:58 -08:00
committed by Lawrence Lee
parent d16bc6f6ea
commit 3d209e687d
2 changed files with 10 additions and 6 deletions

View File

@@ -67,7 +67,7 @@ public:
static void cleanup();
private:
void do_merge_xmp(Exiv2::Image* dst) const;
void do_merge_xmp(Exiv2::Image* dst, bool keep_all) const;
void import_exif_pairs(Exiv2::ExifData& out) const;
void import_iptc_pairs(Exiv2::IptcData& out) const;
void remove_unwanted(Exiv2::ExifData& dst) const;