Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for gzipped files to loadFromURL #363

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

driusan
Copy link
Contributor

@driusan driusan commented Jan 20, 2022

Loading a nii.gz from disk works, however the loadFromURL
path goes through a different code path which only supports
uncompressed files. This adds support for loading nii.gz files
with nii_url as well as nii_file without having to decompress
and stream the file server side using a similar try/catch block
to that done in loadFromFile.

Loading a nii.gz from disk works, however the loadFromURL
path goes through a different code path which only supports
uncompressed files. This adds support for loading nii.gz files
with nii_url as well as nii_file without having to decompress
and stream the file server side.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant