<div dir="ltr">hi folks, I need to get the currently displayed image and save it to a dicom file and I don&#39;t want to user vtkWindowToImageFilter, the problem with this filter is that it only save one slice (including annotations) and I need to save all slices in the current orientation. My orientations are set using the camera view up, this is an example pipeline:<div>

<br></div><div style>vtkGDCMImageReader -&gt; vtkImageChangeInformation -&gt; vtkImageReslice -&gt; vtkImageSlice -&gt; vtkRenderer -&gt; vtkRenderWindow</div><div style><br></div><div style>I am using python by the way.</div>

</div>