Read XMP Metadata information Using C#

Hi

How can I read (XMP) Metadata information using C#

Adobe photoshop Save and retrieve (XMP) Metadata information from the files ..
In Adobe photoshop if you will go to File>>FileInfo you will see the (XMP) Information.

I have try it to (JPG,JPEG) files

How can I write Application in .NET to read and write (XMP) metadata information to files

And thanks with my best regarding

Fraas


Answer this question

Read XMP Metadata information Using C#

  • Andy Rogers

    I try the example in the link above, but it didn't work with some images.

    In the Adobe Photoshop (and also MS Photo Info) the info appears.

    Anyone have more information/example

    If help sending an image to test, please just send me an e-mail that a send the image.

    Thank's your help,

    Marco A. Schwertner


  • Dario Galvani

    Thankx for your reply

    < xml:namespace prefix = o ns = "urnTongue Tiedchemas-microsoft-comSurprisefficeSurpriseffice" />> >

    I know about this site (URL) ..  it content Code in C++ Sad

    > >

    I want to know how can I do it in C#

    > >

    And thanks with my best regarding


  • DWitty

    Hi !

    This may be a very late answer, but you may try the C# XMP Toolkit.

    http://www.halligang.se/xmp/


  • MaggieChan

    Or, You can try the Windows Imaging Component , BitmapMetaData Class , but it is limited to Framework 3.0.


  • Santhosh Kumar

    Here is how to read it with .net 1.1 and 2.0.

    http://www.shahine.com/omar/ReadingXMPMetadataFromAJPEGUsingC.aspx


  • Juergen Lorenz

    Perhaps the XMP SDK would be a good place to start.
    http://www.adobe.com/products/xmp/main.html


  • Read XMP Metadata information Using C#