Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to read/write xmp metadata in c# or c++

Tags:

c++

c#

xmp

I am trying to manipulate xmp metadata of images. I can do it in c# or c++.

How can I do this? Is there any library that I can use?

like image 421
mans Avatar asked Oct 01 '22 23:10

mans


1 Answers

For c++, you can use the latest XMP SDK. Have a look at http://www.adobe.com/devnet/xmp.html for instructions to get latest source and documentation for building and using it.

like image 103
indersr Avatar answered Oct 13 '22 10:10

indersr