可以使用PIL im = PIL.Image.fromarray()
将多页tiff保存到文件中。我的问题是如何将numpy数组列表转换为PIL识别的im对象。 {{1}}不接受列表。
答案 0 :(得分:2)
此功能刚刚添加到Pillow v.4.1.0.dev0中 https://github.com/python-pillow/Pillow/pull/2406
还有一些其他libs的其他解决方案。例如。与tifffile How to create a multiple frame image using Python PIL