PIL 庫進行圖片的resize. from PIL import Image import os.path import glob def convertjpg(jpgfile,outdir,width=768,height=384): ...
確定! 回上一頁