imaris / ImarisWriter

Apache License 2.0
28 stars 13 forks source link

LZ4 compression with PyImarisWriter #8

Open rharkes opened 2 years ago

rharkes commented 2 years ago

Is this not yet supported? I see nothing in the unit test, and when trying to write a file with LZ4 compression I get no errors, but the result is uncompressed.

mkitti commented 2 years ago

Did you use shuffle?

imaris commented 2 years ago

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?

rharkes commented 2 years ago

Thanks! I tried with and without shuffle, but no LZ4. I'll try to add it to HDF5.