metadata: better handling of makernote tags
Tentative fix for #37 (cherry picked from commit 7310eb64978bb1138edbdf02fa58fb64a9326e17)
This commit is contained in:
committed by
Lawrence Lee
parent
dcc00b40d1
commit
c1719fbd7d
@@ -65,7 +65,7 @@ private:
|
||||
void do_merge_xmp(Exiv2::Image* dst) const;
|
||||
void import_exif_pairs(Exiv2::ExifData& out) const;
|
||||
void import_iptc_pairs(Exiv2::IptcData& out) const;
|
||||
void remove_unwanted(Exiv2::Image* dst) const;
|
||||
void remove_unwanted(Exiv2::ExifData& dst) const;
|
||||
|
||||
Glib::ustring src_;
|
||||
bool merge_xmp_;
|
||||
|
Reference in New Issue
Block a user