Reads header information from JPEG’s such as, width & height dimensions (resolution). It only takes details from the jpeg headers. Making it fast, with low memory usage, because it does no image processing. Supports .Net standard 1.0 and above. No unsafe context code. Under MIT licence. Unit tested.
$ dotnet add package JpegInfoNo README available.