1. 首先需要導入需要的圖像庫: import Image 2. 讀取一張圖片: im=Image.open('/home/Picture/test.jpg') 3. 顯示一張圖片: im.show() 4.
確定! 回上一頁