scijs / nrrd-js

Handling of NRRD files in Javascript.
MIT License
20 stars 9 forks source link

Unsupported NRRD encoding: gzip #4

Open SachidanandAlle opened 4 years ago

SachidanandAlle commented 4 years ago

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

SachidanandAlle commented 4 years ago

not_working.zip

dvcorreia commented 2 weeks ago

If the project is accepting contributions, I can work on this

dvcorreia commented 2 weeks ago

@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.