metadata: filter out unwanted tags when syncing with xmp sidecars
(cherry picked from commit 239f3f59b931efb15482134fffd5f6065616e574)
This commit is contained in:
committed by
Lawrence Lee
parent
d16bc6f6ea
commit
3d209e687d
@@ -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;
|
||||
|
Reference in New Issue
Block a user