会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
PythonNew_Mr.Wang
CnBlogs
Home
New Post
Contact
Admin
Subscription
2023年8月1日
【Python小随笔】Pillow简单示例(图片添字,图片覆盖图片,复杂验证码...)
### 1:简单创建添加文字到图片 ```python from PIL import Image, ImageDraw, ImageFont, ImageFilter # 导入PIL库中的相关模块 import random # 导入random库 # 创建一个图片对象 (200, 100) 为
Read More
posted @ 2023-08-01 16:55 PythonNew_Mr.Wang
Views(325)
Comments(0)
Diggs(0)
公告