New support for tuning compression parameters taking into account not only a tradeoff of compression ratio and speed, but also the quality. This mode is only supported for integer datasets (mainly RGB and gray-scale images).
To get an idea of how this works, see: https://github.com/ironArray/Blosc2-Btune?tab=readme-ov-file#btune-quality-mode
For more info, please see the release notes in:
https://github.com/ironArray/Blosc2-Btune/blob/main/RELEASE_NOTES.md
Btune is a dynamic plugin for Blosc2 that assists in finding the optimal combination of compression parameters. It works by training a neural network on your most representative datasets.
The github repository is here:
https://github.com/ironArray/Blosc2-Btune
Btune is distributed using the GNU Affero General Public License, see LICENSE.txt for details.
You can follow us on Mastodon: https://mastodon.social/@ironArray or on Twitter: https://twitter.com/ironArray
Please contact ironArray at: https://ironarray.io
We make compression better
- The ironArray Team