How can I load Nii files to React Vtk.js Reader?

I was having troubles loading Nii files into the React Vtk.js Reader. What is the best way to load them. Should I convert the Nii files to vti files? If so how would I do that?

1 Like

I believe this should be helping: vtkITKImageReader on NIFTI (.nii) file format - #4 by anonymous_iguana

1 Like

react-vtk-js is only exposing vtk.js readers and not the itk one. Then on top of that it is only allowing to use the classes that are listed here.

1 Like