240 发简信
IP属地:上海
  • Python图像处理模块PIL-02

    Image类函数 1. new Image.new(mode, size, color) 根据给定的mode(图像模式),size(图像尺寸)生...

  • Python图像处理模块PIL-01

    一. 安装PIL windows下安装方式 pip install pillow 新建一个类实例: from PIL import Image ...