metadata: do not accidentally remove exif tags when embedding the arp sidecar in XMP
Fixes #127 (cherry picked from commit 49cbe9bd19db558a4be36221472cbb5e78aa95a2)
This commit is contained in:
committed by
Lawrence Lee
parent
393dbcf9f9
commit
322e709bcb
@@ -53,7 +53,7 @@ public:
|
||||
void setExif(const rtengine::procparams::ExifPairs& exif);
|
||||
void setIptc(const rtengine::procparams::IPTCPairs& iptc);
|
||||
|
||||
void saveToImage(const Glib::ustring& path) const;
|
||||
void saveToImage(const Glib::ustring& path, bool preserve_all_tags) const;
|
||||
void saveToXmp(const Glib::ustring& path) const;
|
||||
|
||||
void setExifKeys(const std::vector<std::string> *keys);
|
||||
|
||||
Reference in New Issue
Block a user