I found the solution...
Example in C++:
AnsiString TfExif::GetXmpFromStream (TMemoryStream *stream)
{
AnsiString xmlPart;
char *beginCapture = "<rdf:RDF";
char *endCapture = "</rdf>";
int beginPos;
int endPos;
char *ptr, *maxPtr;
for (
ptr = (char*)stream->Memory, maxPtr = ptr + stream ...
Search found 2 matches
- Sat Jun 28, 2008 10:47 pm
- Forum: GFL SDK
- Topic: [GFL SDK v2.82][XMP] - How to read xmp data ?
- Replies: 1
- Views: 1657
- Sat Jun 28, 2008 9:33 pm
- Forum: GFL SDK
- Topic: [GFL SDK v2.82][XMP] - How to read xmp data ?
- Replies: 1
- Views: 1657
[GFL SDK v2.82][XMP] - How to read xmp data ?
Hi,
I can show xmp data in xnview but I can't read this data with gflsdk...
where can I find some help to read xmp data in jpeg file ?
Help me !
--
Regards,
Stéphane.
I can show xmp data in xnview but I can't read this data with gflsdk...
where can I find some help to read xmp data in jpeg file ?
Help me !
--
Regards,
Stéphane.