gpt4 book ai didi

python - imageio - 值错误 : Could not find a format to read the specified file in mode 'i'

转载 作者:行者123 更新时间:2023-12-04 10:51:04 24 4
gpt4 key购买 nike

我有一系列 SVG 图像(从 matplotlib 生成),我想将它们组合成一个 GIF 图像。
因为我读了这个 question , 我试过 imageio ,但它提出了 ValueError: Could not find a format to read the specified file in mode 'i'imread(str(i)+'.svg')部分。如何解决这个问题?

最佳答案

SVG 是矢量格式,imageio 不支持:type imageio.help()显示所有支持的格式。

您首先需要使用 svg 到位图转换器(光栅化图像,这将让您选择图像的质量)。
或者更好的是,看看是否有一种本地方式来制作 SVG 动画(谷歌找到了一些关于这个主题的教程)。

关于python - imageio - 值错误 : Could not find a format to read the specified file in mode 'i' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59469766/

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