igor
Results
2
comments of
igor
LZ4 is supported by ImarisWriter and PyImarisWriter, but it requires hdf5 to support it also. LZ4 can be added as a plugin (see https://portal.hdfgroup.org/display/support/HDF5+Filter+Plugins). Does this help?
Hello, the problem seems to be happening because of the slicing (`np_data[:, 0:300]`), which apparently gets lost when passed through the library. In fact, calling `converter.CopyBlock(np_data, block_index)` for both blocks...