一連の 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')
。これを修正する方法は?