Eduardo Pinho
Eduardo Pinho
Well, that does implement more entry types. I ought to look for forks next time. Thanks.
> I'm a bit confused, based off the title/description of this issue it sounds like registration doesn't work with dlopen, but the README.md says that registration does happen at the...
Thanks for the feedback. > 1. reading only the header to access/modify some information, like the affine This reminds me that one of the things I do not particularly like...
Hello @nx10! Thank you for your interest in nifti-rs. @nilgoyette has explained the situation well (thanks!), the library has been good enough to serve our use cases and there has...
Indeed, a new version is due. I will work on it when I'm able.
[Done!](https://github.com/Enet4/nifti-rs/releases/tag/v0.16.0)
Hello! Thank you for your interest in nifti-rs. NIFTI-2 support would be nice to have, and there may well be a way to make the format work without fragmenting the...
I would be happy to receive and review your contributions! We can do this piece by piece and discuss those concerns as they appear in the code.
I am not opposed to including a crate for temporary files in tests, especially because that would be a development dependency.
> I have a question about the transpose in the writing of the files. In our use case we are now always pre-transposing our data, to cancel out the transpose...