LibSquishNet
This fork has ported changes from https://github.com/AxioDL/libSquish
A partial port of Simon Brown's v1.11 libsquish to .NET Standard 2.0
Original project is available here https://code.google.com/p/libsquish/
Changelog
v2.0.0
Parallism! A basic implementation using Parallel.For on the primary loop. Reduces compression time considerably. Pass true into CompressImage
for the new parallel
parameter. Default is false.
Code-style. The code is more modern C# style now.
v1.11.0
Initial release