Title
摘要: 1 # -*- coding: utf-8 -*- 2 """ 3 Created on Tue Apr 14 04:08:43 2020 4 5 @author: 49594 6 """ 7 8 import PIL.Image as Image 9 def get_gif(pics_dir,n, 阅读全文
posted @ 2020-04-14 04:21 赖金明的大爹 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 1 # 图像基础调整: 图像的亮度、对比度、色度,还可以用于增强图像的锐度,美白 2 # """ 3 4 from PIL import Image 5 from PIL import ImageEnhance 6 import cv2 7 import numpy as np 8 9 10 # i 阅读全文
posted @ 2020-04-14 03:01 赖金明的大爹 阅读(838) 评论(0) 推荐(0) 编辑
摘要: 1 # -*- coding: utf-8 -*- 2 """ 3 Created on Sun Apr 12 22:03:26 2020 4 5 @author: 49594 6 """ 7 8 from PIL import Image 9 from PIL import ImageEnhanc 阅读全文
posted @ 2020-04-14 02:09 赖金明的大爹 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 1 # -*- coding: utf-8 -*- 2 """ 3 Created on Tue Apr 14 01:55:48 2020 4 5 @author: 49594 6 """ 7 8 from PIL import Image 9 im = Image.open('zhuigan.gi 阅读全文
posted @ 2020-04-14 02:03 赖金明的大爹 阅读(210) 评论(0) 推荐(0) 编辑