read Meta data/headers

  • Thread starter Thread starter boarderstu
  • Start date Start date
B

boarderstu

Hi All,


I'm looking for some tuts or advice on reading Meta data from files -
preferably Exif data, any body got any advice on this?

ta
 
ta,

Reading metadata from a file is something that is dependent on the file
itself. On top of that, metadata formats are pretty different depending on
the type of metadata stored, and the file it is stored in. While there has
been normalization on some level of the metadata itself (XMP for example),
where that data is stored in a file is not.

For Exif data, you should be able to get the information through the
PropertyItems property exposed by the Bitmap class. You will need the EXIF
property identifier for the property you want to get.

Hope this helps.
 

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