making gif from images using imageio in python

后端 未结 2 936
悲&欢浪女
悲&欢浪女 2021-02-04 05:25

I have tried reading a lot of examples online and found imageio is the perfect package for it. Also found examples written in here.

I have just followed

2条回答
  •  有刺的猬
    2021-02-04 06:25

    in case anyone needs it, for python 3.6.8, it needed fps

    imageio.mimsave('/path/file.gif',images,fps=55)
    

提交回复
热议问题