from PIL import Image, ImageFilter im = Image.open(r"C:\Users\admin\Desktop\Penguins.jpg") bluF = im.filter(ImageFilter.BLUR) bluF.show().
確定! 回上一頁