How can this be done in GDI+?

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

Hey

asp.net 2.0

If you open a .jpeg file info Phtoshop and uses "File Info" in the menu in
Photoshop, then you are provided with a window viewing detailed info about
the selected .jpeg picture. In this window there are a text field (named
"Description") where the user can add text which will be stored in the
picture file.... I guess this is meta data

Okay, my question is this:
How can I retrieve this info from GDI+?

Jeff
 
Hi Jeff,

This info is probably contained in Image.ImageProperties, although
decoding these values may not be so easy. I can't tell you how to decode
it or guarantee that GDI+ reads all the metadata.

This article may give you some ideas
http://www.codeproject.com/dotnet/ImageInfo.asp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top