Releases: GrokImageCompression/grok
Releases · GrokImageCompression/grok
v10.0.6
- option to build
libjpeg-turbofrom source to support JPEG file format - examples: add compression example
- compression: option to compress into buffer
- examples: show how to compress into buffer
- compression: disable rate control for small tiles that fail rate control at relatively high compression ratios. This does not significantly affect compression ratios as these tiles only make a small contribution to the compressed stream.
v10.0.5
- fix crash in encoder when validating ICC profile of input file that has no ICC profile
- improve documentation for installing ExifTool support on Windows
v10.0.4
v10.0.4
v10.0.3
v10.0.3
v10.0.2
- compress: add
-f|-apply_iccflag to apply ICC profile stored in TIFF,BMP,JPEG or PNG file - debian fix
v10.0.1
Debian fixes
v10.0.0
* Simplification of the library API
* Examples showing API usage
* Added libgrokj2kcodec library encompassing all codec functionality
* Support for WASM build
* memory leak and other bug fixes
v9.7.8
This release features two optimisations which make large image decompression more efficient :
- concurrent parsing of packets when PLT marker is present
- efficient skipping of non-relevant tiles when TLM marker is present
v9.7.7
This release features:
- further performance improvements on decompressing single-tile monochrome images.
v9.7.6
This release features:
- 10% reduction in decompression time for single-tile monochrome images.
- bug and memory leak fixes