What's the best way to read EXIF info of a picture in Asp.Net Core. I am using ImageProcessorCore alpha from myget to rotate pictures but i haven't found a way to read exif data is there a in library way of doing this?
EXIF data (also sometimes referred to as metadata) contains information such as aperture, shutter speed, ISO, focal length, camera model, date the photo was taken and much more. You can also include copyright information in your EXIF data when you register your camera through the manufacturer.
The lightweight ExifLib has now been ported to .net Standard/.net Core.
I have confirmed it also works on Linux.
https://www.nuget.org/packages/ExifLib.Standard/
I was able to find a library that reads exif info and it is available for .net core i am using it in my Asp.Net Core.
https://magick.codeplex.com/wikipage?title=Exif%20data&referringTitle=Documentation
This also looks like a good imaging library but i haven't tried it yet Cheers to the creators.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With