Créer une pile Tiff dans Python
import imageio
imageio.mimwrite('myimgs.tiff',imgs)
HotFlow
import imageio
imageio.mimwrite('myimgs.tiff',imgs)