JuliaIO / MAT.jl

Julia module for reading MATLAB files
MIT License
278 stars 76 forks source link

Is there a way to change the compression level? #165

Open BenjaminDoran opened 2 years ago

BenjaminDoran commented 2 years ago

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.