from PIL import Image, ImageDraw img = Image.new(mode, size, color) img.save(filename). There are various values for mode listed in the ...
確定! 回上一頁