[問題] 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