Utwórz stos TIFF w Python

import imageio

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