3. 套入ImageDraw,並填入文字,即完成 draw = ImageDraw.Draw(frame) draw.text(tuple(position), sentence, tuple(color), font=font). 4. 儲存影像
確定! 回上一頁