摘要: 我有如下一段代码,用于做tumbnail, mode = image.mode if mode not in ('L','RGB'): if mode == 'RGBA': alpha = image.split()[3] ... 阅读全文
posted @ 2012-12-12 18:26 notewo 阅读(5933) 评论(3) 推荐(2)