2019年4月24日

alpha channel

摘要: from PIL import Image image = Image.open("lena.jpg") buffer=[] for pixel in image.getdata(): buffer.append(( pixel[0], pixel[1], pixel[2], pixel[3] 15 阅读全文

posted @ 2019-04-24 13:11 Leung_ss 阅读(243) 评论(0) 推荐(0) 编辑

导航