drewnoakes / xmp-core-dotnet

.NET library for working with the Extensible Metadata Platform (XMP)
60 stars 22 forks source link

How to write only Xmp metadata using Xmp core #34

Closed sour7230 closed 7 years ago

sour7230 commented 7 years ago

Dear All,

i wont to write only xmp meta data to any file. we go for lot of R&D but they did not work for me at. all.so it is very urgent,anybody help me..

drewnoakes commented 7 years ago

You can use this library to produce XMP formatted XML, but there is no support for writing it into a container file such as JPEG/etc.

sour7230 commented 7 years ago

Dear drewnoakes,

i wont to do for all file. and can you provide another way to do this. furthermore can you provide me some code to do this.

drewnoakes commented 7 years ago

As I said, there is no support for writing it into a container file such as JPEG/etc. You would need to implement this yourself or find another library.

This library is a mirror of Adobe's XMPCore project (for Java) which also does not have this capability, hence we won't be adding it to this project.