一寸照白底改紅底

使用 python3 的 PIL 庫,使用其中 Image.open 方法打開,而後使用 getpixel() 方法獲取像素信息,若爲白色則使用 putpixel() 改成紅色。 但選區不會選,只能大體改一下,如有解決方法請指教 ^_^python from PIL import Image as image img = image.open("d:\\2.jpg") p = img.getpix
相關文章
相關標籤/搜索