Closed r03ert0 closed 12 years ago
in Safari, parseNII was not accepting gziped nii files whose file length was not a multiple of 4bytes. Using DataView instead of Uint32Array solved the issue.
that was easy :) thanks!
in Safari, parseNII was not accepting gziped nii files whose file length was not a multiple of 4bytes. Using DataView instead of Uint32Array solved the issue.