Info
Version: | 1.0.0.2 |
Author(s): | Dan Hartley |
Last Update: | Sunday, January 28, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/DanHarltey/JpegInfo |
NuGet Url: | https://www.nuget.org/packages/JpegInfo |
Install
Install-Package JpegInfo
dotnet add package JpegInfo
paket add JpegInfo
JpegInfo Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
Tags
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.