朋友圈和微博的图片都是九宫格,如何让一张图切为9图呢,在github上找到 https://github.com/yumendy/nine_picture 这个项目。
安装pil
pip install pillow
源码
1 | from PIL import Image |
使用
1 | python main.py C image_path # 居中裁剪 |
以我的公众号图片为例 python main.py C qr.jpg
效果
原图
九宫格,来自微博
现在可以去朋友圈试试了。
朋友圈和微博的图片都是九宫格,如何让一张图切为9图呢,在github上找到 https://github.com/yumendy/nine_picture 这个项目。
pip install pillow
1 | from PIL import Image |
1 | python main.py C image_path # 居中裁剪 |
以我的公众号图片为例 python main.py C qr.jpg
原图
九宫格,来自微博
现在可以去朋友圈试试了。