我目前試圖用電影製作電影,但找不到有用的東西。 這是到目前爲止我的代碼: import time
from PIL import ImageGrab
x =0
while True:
try:
x+= 1
ImageGrab().grab().save('img{}.png'.format(str(x))
except:
movi
我試圖每隔10毫秒採取屏幕截圖並將它們設置爲帶有Timer的Picturebox.image。幾秒鐘的程序運行完美,但幾秒鐘後程序崩潰。我試圖在代碼的最後使用Dispose()函數來清除內存,但Dispose函數也給出錯誤。 (定時器的增加區間不工作) using System;
using System.Collections.Generic;
using System.ComponentM