improved support for metadata editing
(cherry picked from commit 85da0b51ecf7ece768c0267aead71dd94404d4dc)
This commit is contained in:
committed by
Lawrence Lee
parent
8a5aa6c119
commit
b92e77fb96
@@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user