We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The main window selects its extentions at this point.
https://github.com/Kitware/TeleSculptor/blob/master/gui/MainWindow.cxx#L141
I have modified the source code to show what VTK exports.
// Get registered readers vtkNew<vtkImageReader2Collection> readers; vtkImageReader2Factory::GetRegisteredReaders(readers); // Extract extensions for each reader readers->InitTraversal(); while (auto const reader = readers->GetNextItem()) { std::cout << reader->GetFileExtensions() << std::endl; }
Which results in:
.png .pnm .pgm .ppm .tif .tiff .bmp .slc .hdr .pic .jpeg .jpg .MR .CT .mhd .mha
Still:
While:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The main window selects its extentions at this point.
https://github.com/Kitware/TeleSculptor/blob/master/gui/MainWindow.cxx#L141
I have modified the source code to show what VTK exports.
Which results in:
Still:
While:
The text was updated successfully, but these errors were encountered: