Anyone know of a good library that I can implement into an ASP.NET project that can read EXIF data from Nikon RAW files (nef)?
Hi cbassett,
According to your description, I think you want to read meta form the image in asp.net, I found two samples about how to implement it, please check:
Read metadata in digital photo files using ASP.NET and C#:
http://www.d2soft.com/Blog/Post.aspx?id=156
How to: Read Image Metadata:
https://docs.microsoft.com/en-us/dotnet/framework/winforms/advanced/how-to-read-image-metadata
Best Regards,
Eric Du