def save(self, path):
"""
This function ...
:param path:
:param fps:
:return:
"""
# Create and write the GIF file
imageio.mimwrite(path, self.frames, fps=self.fps)
# -----------------------------------------------------------------
评论列表
文章目录