improved support for metadata editing

(cherry picked from commit 85da0b51ecf7ece768c0267aead71dd94404d4dc)
This commit is contained in:
Alberto Griggio
2020-04-10 05:54:40 -07:00
committed by Lawrence Lee
parent 8a5aa6c119
commit b92e77fb96
15 changed files with 615 additions and 183 deletions

View File

@@ -23,6 +23,7 @@
#include <string>
#include "imageio.h"
#include "metadata.h"
namespace Glib
{
@@ -83,6 +84,8 @@ public:
std::string getOrientation() const override;
Glib::ustring getFileName() const override;
int getRating() const override;
void fillBasicTags(Exiv2::ExifData &exif) const;
};
}