Hello, using VTK 9.3.1 I can transform a vtkImage (using a landmark transformation), but the output is a vtkStructuredGrid.
I understand that this was expected since in the past vtkImage did not support rotation, but now it should support it, so is there a way to output a vtkImage?
(this will make things easier in other parts of my code)