문제

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?

도움이 되었습니까?

해결책

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.

다른 팁

A C# port of Adobe's XmpCore library for Java is available here:

https://github.com/drewnoakes/xmp-core-dotnet

If you know the Java/C++ API, it's basically identical except the API looks like a .NET API, with .NET conventions.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top