from PIL import Image def pixelate(input_file_path, pixel_size): image ... At last, image.save("pixelate.jpg") is saving the image.
確定! 回上一頁