Extracting metadata from JPG's in C#

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mark Sisson

    Extracting metadata from JPG's in C#

    Hi all.
    I'm working in C# and need to interrogate a JPEG to get it's metadata.
    To test I created a jpg in photoshop and then used it's File Info
    dialog to load up all kinds of metadata about the photograph like
    author, keywords, jobname,
    copywrite, yada yada yada. Now I want to get at that information from
    C#.

    I've been creating a System.Drawing. Bitmap object for my test jpg and
    I do see 73 property items but the ids and value are all numeric. I
    assume that maybe these are pointers to locations within the image
    structure. Any advice or sample code to get at this data using
    GDI+????

    OR.... any 3rd party components that anyone would recomment for this?
    TIA
Working...