Releases: GrokImageCompression/grok
Releases · GrokImageCompression/grok
v20.0.0
This release features the following improvements to decompression :
- large speed improvement for tiled images, particularly for those with
TLMmarkers - support for true progressive decompression by layer - no duplicate decompression of overlapping layers
- support for asynchronous decompression: client can efficiently wait for a particular tile or for the entire image to be decompressed.
- improved Python bindings and viewer
- efficient decompression over network using
libcurl, with support forS3andMinIOstorage. Speed of network decompression can rival local file decompression, depending on network latency. - integration with
GDALthrough downstreamJP2Grokdriver - many bug fixes
The core_decompress example demonstrates how many of these new features are used.
v15.1.0
This is a bug-fix release. It fixes a serious compression bug where packets would be corrupted if both SOP marker generation and tile part generation were enabled.
v15.0.0
Majour release due to API changes.
v14.3.0
Version has been bumped due to some small changes in the Grok API