Créer une pile Tiff dans Python

import imageio

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