Info
Version: | 1.5.1 |
Author(s): | nicholsab |
Last Update: | Thursday, July 11, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/nicholsab/JBig2Decoder.NETStandard |
NuGet Url: | https://www.nuget.org/packages/JBig2Decoder.NETStandard |
Install
Install-Package JBig2Decoder.NETStandard
dotnet add package JBig2Decoder.NETStandard
paket add JBig2Decoder.NETStandard
JBig2Decoder.NETStandard Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Drawing.Common(>= 4.7.0)
Each pixel is white or black and the compression is 2-4 times smaller than JBIG!
The library has no dependencies and is compiled for .NET8, .NET6, .NETStandard2.0, and .NET Framework 4.8.
It is based off of https://www.nuget.org/packages/JBig2Decoder.NETCore/.