Crea Tiff Stack en Python

import imageio

imageio.mimwrite('myimgs.tiff',imgs)
HotFlow