refactored code for extracting image dimensions from metadata
(cherry picked from commit 0ece9c5bfad09bc9052238d83fa696ef39effaaa)
This commit is contained in:
committed by
Lawrence Lee
parent
0102fca563
commit
92befa7e81
@@ -58,6 +58,8 @@ public:
|
||||
|
||||
void setExifKeys(const std::vector<std::string> *keys);
|
||||
|
||||
void getDimensions(int &w, int &h) const;
|
||||
|
||||
static Glib::ustring xmpSidecarPath(const Glib::ustring& path);
|
||||
static Exiv2::XmpData getXmpSidecar(const Glib::ustring& path);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user