Hi everyone, I’m new to Slicer and this might be a simple question, but I’ve been trying to change the viewer layout from a Python script so that I can load a simple png image into it. For example, it could just replace the Red view and show the image.
From the other topics I understood that layouts are customizable with slicer.vtkMRMLLayoutNode
, and that you can use slicer.mrmlScene.AddNewNodeByClass
to add new nodes to it.
But I was having trouble using these methods, so I was uncertain if I was in the right direction of figuring this out.
Would much appreciate help from the experts. Thank you!