Search code examples
c#asp.net-coreasp.net-core-1.0imageprocessor

How can i read EXIF data in AspNet.Core


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?


Solution

  • 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.