v20.3.5
·
245 commits
to master
since this release
This release adds true single threaded support to the library. Previously, setting library to single threaded created a single worker thread, and an asynch thread, resulting in a total of 3 threads including the calling thread. Now, no new threads are created.
Also fixed are two decompression issues:
- palette images were corrupted in certain cases
- images using bypass mode were corrupted in certain cases