跨平台的,运行在Python 2 .x和3。x上,并且易于安装。
官网在这里:https://imageio.readthedocs.io/en/stable/ 安装方式:pip install imageio#!/usr/bin/env python # encoding: utf-8 import os import imageio #将多个图片生成gif图 path =[ r'C: 01.jpg',r'C: 02.jpg',r

跨平台的,运行在Python 2 .x和3。x上,并且易于安装。
官网在这里:https://imageio.readthedocs.io/en/stable/ 安装方式:pip install imageio#!/usr/bin/env python # encoding: utf-8 import os import imageio #将多个图片生成gif图 path =[ r'C: 01.jpg',r'C: 02.jpg',r