Python: Installing images2gif Package
2015-5-18 11:39
阅读:7840
标签:images2gif
最新版images2gif,开启Windows开始按钮,检索cmd窗口,将cmd当前目录设定在images2gif目录,在cmd命令行键入python setup.py install回车,安装过程在cmd中显示如图 1。
图 1
在Python Shell中,输入字符import images2gif回车,无错误信息返回即表示安装成功!
Before installing this package, some code needs to be changed as below.
In images2gif.py change line 200:
for im in images:
palettes.append( getheader(im)[1] )
to
for im in images:
palettes.append( im.palette.getdata()[1])
转载本文请联系原作者获取授权,同时请注明本文来自李旭科学网博客。
链接地址:https://wap.sciencenet.cn/blog-1148346-891011.html?mobile=1
收藏
当前推荐数:0
推荐到博客首页
网友评论0 条评论