I've tried to add LZ4 compression in a similar way as was done before for Zstd decompression. However, LZ4 does not tell how large the decompressed data will be. So this is a required parameter in CodecOptions. But I'm not sure how to best enforce it.
The reason I'd like to have LZ4 decompression is that it is used by the imaris fileformat, but it cannot be opened by bioformats at the moment.
I've tried to add LZ4 compression in a similar way as was done before for Zstd decompression. However, LZ4 does not tell how large the decompressed data will be. So this is a required parameter in CodecOptions. But I'm not sure how to best enforce it.
The reason I'd like to have LZ4 decompression is that it is used by the imaris fileformat, but it cannot be opened by bioformats at the moment.