Python3 图片水平镜像实现
摘要:1 # -*- coding: utf-8 -*- 2 """ 3 Created on Sun Feb 4 12:15:38 2018 4 5 @author: markli 6 """ 7 from PIL import Image; 8 import os; 9 10 class Mirror: 11 def __init__(self): 12 ...
阅读全文
posted @ 2018-02-04 15:53
浙公网安备 33010602011771号