A fork of the MaxCSO application by Unkown Brackets, as a library to be integrated into other applications. Includes a little application to test if the library actually works.
Warning
This project is still a work in progress and is not ready to be used as a library yet. Certain functionality has yet to be exposed through the library. You may be able to make it work, if you dig deep enough, but some of these things will likely be changed in the future.
Important
While I'm developing for Windows and Linux (through MSVC and Make respectively), there is a chance that some updates will only be tested/available on Linux a bit later as I mainly develop on Windows. I'll probably try to fix this with workflows, but that doesn't account for updates to the Makefile, etc.
The larger portion of code here is from others' wonderful work in decompression and I/O libraries. Licensing is as follows:
- maxcso is licensed under ISC.
- 7-zip and p7zip are licensed under LGPL.
- Zopfli is licensed under Apache 2.0.
- libuv and libdeflate are licensed under MIT.
- zlib is licensed under zlib.
- lz4 is licensed under BSD.
- CisoPlus by kapoue3
- CisoMC by LMAN
- ciso by BOOSTER
- ciso-python by Virtuous Flame