https://github.com/swhl/makejiugonggeimages
制作指定形状的九宫格图像,可以用作朋友圈九宫格
https://github.com/swhl/makejiugonggeimages
Last synced: 2 months ago
JSON representation
制作指定形状的九宫格图像,可以用作朋友圈九宫格
- Host: GitHub
- URL: https://github.com/swhl/makejiugonggeimages
- Owner: SWHL
- License: mit
- Created: 2020-08-25T14:30:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-10T02:18:16.000Z (over 4 years ago)
- Last Synced: 2025-01-25T05:41:28.179Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 680 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 制作朋友圈九宫格图像拼图
#### 效果图:

#### 所需环境
- python
- opencv-python
- numpy
#### 运行
```shell
python make_JiuGongGe_images.py
# out
# 九宫格图已经保存在/assets/results/1下,序号顺序为从左到右
```
#### 说明
- 程序运行完之后,会将9个图像保存在`/assets/results/1`下,图像编号顺序就是在九宫格中的顺序
- 接下来,可以将这9张图上传到朋友圈,秀一波
#### 参考资料
- [程序员的七夕:Python生成女神的九宫格心形图像](https://www.cnblogs.com/shiwanghualuo/p/13562491.html)