[问题] matplotlib图片切换

楼主: coolching (ching)   2016-11-25 09:11:58
小弟有若干图片想连续播放
本来想输出GIF读取就好了
结果不知道用什么方法开启让GIF动起来...
那就一张一张读然后切换吧
from PIL import Image
import matplotlib.pyplot as plt
img_1=Image.open('1.png')
img_2=Image.open('2.png')
img_3=Image.open('3.png')
plt.figure("PNGs")
plt.imshow(img)
plt.show()
自己想的架构长这样
请问各位大大要怎么做呢?
谢谢
作者: s860134 (s860134)   2016-11-26 16:59:00
google "gif python" 第一篇应该就是你要的...

Links booklink

Contact Us: admin [ a t ] ucptt.com