Open SachidanandAlle opened 4 years ago
If the project is accepting contributions, I can work on this
@SachidanandAlle PR https://github.com/scijs/nrrd-js/pull/5 open for gzip support in parse. If it gets merged I can make the changes in Monai's ohifv3 plugin to enable compression.
I guess currently it doesn't support gzip encoding.. https://github.com/scijs/nrrd-js/blob/master/nrrd.js#L156-L173
Possibly looking for something like this: https://github.com/mrdoob/three.js/blob/master/examples/js/loaders/NRRDLoader.js#L288-L295