-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Integration with FileIO #7
Comments
Bump. |
+1 |
What's holding me back is, that we still don't have a good story for handling zipped files -.- |
Libz and GZip both offer buffered reading of compressed files, so if you set the buffer size to be small and don't read more than it, that's all that will ever be read from the file. |
Should we register the NIfTI file format with FileIO?
I guess it'd just be something like this:
with the magick number instead of the
()
;)The text was updated successfully, but these errors were encountered: