I have a series of SVG images (generated from matplotlib) and I want to combine them into a GIF image.
Since I read this question, I tried imageio, but it raised ValueError: Could not find a format to read the specified file in mode 'i' at imread(str(i)+'.svg') part. How to fix this?