使用PIL保存多页tiff

时间:2016-11-15 00:37:16

标签: python numpy python-imaging-library tiff

可以使用PIL im = PIL.Image.fromarray()将多页tiff保存到文件中。我的问题是如何将numpy数组列表转换为PIL识别的im对象。 {{1}}不接受列表。

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