How to create NRRD file from z-stack images?

Hi Guys, I am doing something like three.js examples
The data I have is The Cell Image Library, it is a z-stack images, resulting from multi-layer scanning, I meet touble when creating .nrrd file from data like this. Is there any advices?

Futhermore, Is there any possible to change the texture or something to create dynamic animation effects?

Are you trying to convert your layered stack to .nrrd format,
and you’re not finding tools to accomplish this?

I found it with ChatGPT’s help.hahaha

1 Like

use python imageio and pynrrd libaray.

1 Like