An open API service indexing awesome lists of open source software.

https://github.com/swhl/makejiugonggeimages

制作指定形状的九宫格图像,可以用作朋友圈九宫格
https://github.com/swhl/makejiugonggeimages

Last synced: 2 months ago
JSON representation

制作指定形状的九宫格图像,可以用作朋友圈九宫格

Awesome Lists containing this project

README

          

## 制作朋友圈九宫格图像拼图


Open in Colab


#### 效果图:
![](./assets/_others/effect.png)

#### 所需环境

- 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)