用Python將圖像裁剪

用Python將圖像裁剪 # -*- coding: utf-8 -*- """ Created on Tue May 15 19:08:03 2018 @author: win7 """ import matplotlib.pyplot as plt from PIL import Image import random im = Image.open("1.jpg") # 圖片的寬度和高度
相關文章
相關標籤/搜索