There is also a lib in python called imageio, it can also generate gif. import imageiogif = []each_image = imageio.imread("sample.png")# ...
確定! 回上一頁