简体   繁体   English

如何在c#或c ++中读/写xmp元数据

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

I am trying to manipulate xmp metadata of images. 我试图操纵图像的xmp元数据。 I can do it in c# or c++. 我可以用c#或c ++来做。

How can I do this? 我怎样才能做到这一点? Is there any library that I can use? 我可以使用任何图书馆吗?

For c++, you can use the latest XMP SDK. 对于c ++,您可以使用最新的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. 请访问http://www.adobe.com/devnet/xmp.html以获取有关构建和使用它的最新源代码和文档的说明。

AC# port of Adobe's XmpCore library for Java is available here: Adobe的XmpCore库的AC#端口可在此处获得:

https://github.com/drewnoakes/xmp-core-dotnet 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. 如果您了解Java / C ++ API,它基本上是相同的,除了API看起来像.NET API,具有.NET约定。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM