I'm developing a C# ASP.NET photo gallery for my photos and i'd like to be able to extract the EXIF properties from the images. I was hoping this would be fairly straight forward but its doing my head in!
So far i've managed to get the camera model and date the photo was taken but there are so many exif tags, most of which are not easy to process strings like the camera model, and no helpful guides coming up in searches showing what property is what or how to read them. I have found a few VB code examples but mostly from a few years ago.
Does anyone have any tips or recent guides on how to work with EXIF properties in C# .NET? thanks
So far i've managed to get the camera model and date the photo was taken but there are so many exif tags, most of which are not easy to process strings like the camera model, and no helpful guides coming up in searches showing what property is what or how to read them. I have found a few VB code examples but mostly from a few years ago.
Does anyone have any tips or recent guides on how to work with EXIF properties in C# .NET? thanks