Edit Image with Python# Enhanced Imagefrom PIL import Image,ImageFilter from PIL import ImageEnhanceimg = Image.open('img.jpg') img.show()
確定! 回上一頁