07 2021 档案
摘要:removebg是一个利用AI智能抠图的网站 提供了API 接口,可以直接调用并实现抠图,每月有50张免费 使用前需要去官网 https://www.remove.bg/ 注册并获取API KEY 安装removebg库 pip install removebg 安装pillow pip insta
阅读全文
摘要:PIL——Python Imaging Library是一个非常好用的图像处理库 在Python3中用Pillow代替PIL 安装 pip install pillow eg: 原图 in.jpg 显示图片 from PIL import Image old_image = "D:\\python\
阅读全文