gpt4 book ai didi

python - 使用 PIL 保存多页 tiff

转载 作者:太空宇宙 更新时间:2023-11-04 10:06:47 25 4
gpt4 key购买 nike

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

最佳答案

此功能刚刚添加到 Pillow v.4.1.0.dev0 https://github.com/python-pillow/Pillow/pull/2406

还有一些其他库的其他解决方案。例如。与 tifffile How to create a multiple frame image using Python PIL

关于python - 使用 PIL 保存多页 tiff,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40600205/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com