from PIL import Imagefrom PIL import ImageEnhanceim=Image.open("pic.jpg")om=ImageEnhance.Color(im).enhance(0)om.save('cute.jpg')