Hi Patton,
Could you try the following code to add dc:rights value (© adbe)
char xmpStr[] = { 0xc2, 0xa9, 0x20, 'a', 'd', 'b', 'e', 0x00 }; |
meta.SetProperty(kXMP_NS_DC, "rights", xmpStr, 0);
And please modify the xmpStr[] for your own text.
-Sunil
Hi Patton,
Could you try the following code to add dc:rights value (© adbe)
char xmpStr[] = { 0xc2, 0xa9, 0x20, 'a', 'd', 'b', 'e', 0x00 }; |
meta.SetProperty(kXMP_NS_DC, "rights", xmpStr, 0);
And please modify the xmpStr[] for your own text.
-Sunil