精華區beta NTUCH-HW 關於我們 聯絡資訊
from PIL import Image im = Image.open('messageImage_1531102977227.jpg') plt.axis('off') plt.imshow(L, interpolation='nearest') im.show() L = im.convert('L') L.show()