【Python】批量旋转
通过Python批量旋转图片指定度数的脚本
1 | from PIL import Image |
- 标题: 【Python】批量旋转
- 作者: Longli
- 创建于 : 2022-01-01 00:00:00
- 更新于 : 2025-06-23 00:47:22
- 链接: https://blog.longli.space/2022/01/01/2022010101/
- 版权声明: 本文章采用 CC BY-NC-SA 4.0 进行许可。
评论
通过Python批量旋转图片指定度数的脚本
1 | from PIL import Image |