Available on nuget: https://www.nuget.org/packages/photo.exif
Install-Package photo.exif
Extract Exchangeable image file format (Exif) from images
var data = _parser.Parse(_path);
data.ToList().ForEach(Console.WriteLine);
var data = _parser.Parse(new FileStream(_path,FileMode.Open));
data.ToList().ForEach(Console.WriteLine);
Both samples will generate the same result:
256 - ImageWidth = 3264
257 - ImageHeight = 2448
271 - EquipMake = SAMSUNG