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