码迷,mamicode.com
首页 > 其他好文 > 详细

暴力美白

时间:2020-04-14 17:02:51      阅读:79      评论:0      收藏:0      [点我收藏+]

标签:inf   ima   class   python   import   ESS   top   pre   ini   

from PIL import Image
from PIL import ImageEnhance

im = Image.open(r"C:\Users\Administrator\Desktop\1.jpg")
om = ImageEnhance.Brightness(im)
brightness = 1.5
image_brightened = om.enhance(brightness)
image_brightened.show()

  技术图片

 

暴力美白

标签:inf   ima   class   python   import   ESS   top   pre   ini   

原文地址:https://www.cnblogs.com/Glzt/p/12698643.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!