The gifti format is used (at least by BrainVISA) to store surfaces. I am curious if this will be or could be supported. The file format appears to be some XML with the heavy data as float32 arrays encoded in little endian base 64 binary (according to the xml file).
If contributing such functionality is not too difficult, I'd be happy to try.
edit to state motivation I currently have a clinical visualization written in Python & OpenGL and would like to switch to XTK but require gifti support either directly or by conversion, etc.
edit again Just looked at XTK's nifti and have no idea what's going on, so I'll stick with a server-side conversion. Feel free to close if this is no longer interesting..
The gifti format is used (at least by BrainVISA) to store surfaces. I am curious if this will be or could be supported. The file format appears to be some XML with the heavy data as float32 arrays encoded in little endian base 64 binary (according to the xml file).
If contributing such functionality is not too difficult, I'd be happy to try.
edit to state motivation I currently have a clinical visualization written in Python & OpenGL and would like to switch to XTK but require gifti support either directly or by conversion, etc.
edit again Just looked at XTK's nifti and have no idea what's going on, so I'll stick with a server-side conversion. Feel free to close if this is no longer interesting..