摘要: # -*- coding: utf-8 -*- from PIL import Image from numpy import * for i in range(1,360): pil_im = Image.open('./13.jpeg') pil_im = pil_im.rotate(i) pr 阅读全文
posted @ 2021-05-13 14:41 皮卡皮卡妞 阅读(971) 评论(0) 推荐(0) 编辑