Releases: GrokImageCompression/grok
Release list
v20.3.6
v20.3.5
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
v20.3.4
This release fixes a long-standing bug where region decompression for certain regions on a multi-tile image could result in empty-block artifacts.
v20.3.3
This release contains the following enhancements:
- reduced coordinates can be used when scheduling reduced swaths
- network fetch can select only relevant packets when
TLMandPLTmarkers are both present
v20.3.2
This release:
- adds an opt-in fast path for lossless 12 bit decompression with MCT (including DCI decompression)
- fixes integration with GDAL
v20.3.1
This release adds a number of speed and memory optimizations:
- 16 bit path for compression and decompression
- SIMD improvements
v20.3.0
This point release encompasses the many new features added since v20.2.0
v20.2.9
This release enhances existing network authentication support.
v20.2.8
This release:
- fixes a transcode bug for EPH/SOP markers - will now work with or without TLM marker present
- fixes a CDEF colour association validation bug that was rejecting RGBA images
- adds support for
vsicurlnetwork files
v20.2.7
This is a bug fix release, fixing a number of issues caught by OSS-Fuzz.