parse XMP stored inside EXIF

This commit is contained in:
cDc
2018-10-09 12:20:43 +03:00
parent 22ba2704c9
commit 405b8a1693
2 changed files with 28 additions and 14 deletions

View File

@@ -121,6 +121,7 @@ public:
// but can be called for special cases where only the XMP section is
// available (i.e., a blob starting with the bytes "http://ns.adobe.com/xap/1.0/\0").
int parseFromXMPSegment(const uint8_t* buf, unsigned len);
int parseFromXMPSegmentXML(const char* szXML, unsigned len);
// Set all data members to default values.
// Should be called before parsing a new stream.