例子1: from PIL import Image im = Image.open("jing.png") im_point = im.point(lambda x:x*1.3+5) im_point.save("he.png") 註:圖像im_point_fun ...
確定! 回上一頁