C# Retrieve Canon Specific EXIF Data

Posted by dkpatt on Stack Overflow See other posts from Stack Overflow or by dkpatt
Published on 2010-04-25T06:40:35Z Indexed on 2010/04/25 6:43 UTC
Read the original article Hit count: 177

Filed under:
|
|

I have wrote an app that reads the basic EXIF data from an image via the PropertyItems exposed in .Net's System.Drawing.Image class. However, I cannot retrieve Canon specific EXIF data via these properties. How does one read this information? I know it exist in the file as Photoshop reads it.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET