Rotate 90° a stack of DICOM images

Hi everyone!

I have a stack of DICOM images which I would like to rotate 90° counterclockwise. Any suggestion?

Thanks a lot in advance!

You can do that by adding a linear transform and setting the rotation. Then you can harden that transform and export the data in whatever format you need.

https://www.slicer.org/wiki/Documentation/Nightly/Modules/Transforms

2 Likes