MAT.jl icon indicating copy to clipboard operation
MAT.jl copied to clipboard

Is there a way to change the compression level?

Open BenjaminDoran opened this issue 4 years ago • 1 comments

Probably a feature request.

I see that compress is true false on the interface but once it gets to the HDF5 it is set to an integer.

It would be really useful to be able to change the level of compression when writing out the file.

BenjaminDoran avatar Oct 11 '21 17:10 BenjaminDoran

MATLAB seems to use a fixed compression level of 3 when writing to a MAT-file. A different level seems to work with MATLAB, but I don't know if changing it is a good idea.

foreverallama avatar Nov 28 '25 10:11 foreverallama