PIL 中的ImageDraw 模組提供給我們繪製影像內容的能力。在使用ImageDraw 之前,要先建立好空白的新影像: >>> import ImageDraw >>> im = Image.new( "RGB", ...
確定! 回上一頁