Skip to content

Commit

Permalink
更新文档,修复图片导致的文档布局异常。
Browse files Browse the repository at this point in the history
  • Loading branch information
chao committed Jul 20, 2021
1 parent faceae6 commit 7608e4d
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,33 @@
# idcard_generator
# 身份证图片构造器 idcard_generator

【仅做研究使用,请遵守当地法律法规,法律后果自负】

身份证图片生成工具,填入信息,选择一张头像图片,即可生成黑白和彩色身份证图片。

可以选择是否自动抠图,自动抠图目前仅支持纯色背景,对自动抠图效果不满意可以手动抠图。

在线抠图地址:(https://burner.bonanza.com/) (https://www.gaoding.com/koutu)
在线抠图地址: (https://burner.bonanza.com/) (https://www.gaoding.com/koutu)

## 运行效果
## 直接下载程序

<img src="./docs/images/example_01.png" width="50%" height="50%" alt="程序运行图" align="left" />
- 身份证构造器Windows版: [idcard_generator_win64.exe](https://github.com/bzsome/idcard_generator/releases/download/v1.1.0/idcard_generator_win64_1.1.0.exe)

<img src="./docs/images/result_color.png" width="50%" height="50%" alt="生成结果图" align="left" />
- 身份证构造器Macos版:`待发布,预计下一版本发布`

## 直接下载
## 运行效果

- Windows [下载exe](https://github.com/bzsome/idcard_generator/releases/download/v1.0.0/idcard_generator_win64_1.0.0.exe)
<img src="./docs/images/example_01.png" width="50%" height="50%" alt="程序运行图" align="center" />

- Mac `暂不支持下载`
<img src="./docs/images/result_color.png" width="50%" height="50%" alt="生成结果图" align="center" />

## 更新记录:

- 自动改变头像大小
- 自动从纯色背景中抠图
- 支持pip安装
- 随机生成身份信息(姓名,出生日期,身份证号)
- 固定依赖版本(防止高版本不兼容)
- 生成图片时显示处理弹窗

## 暂未完成

- 自动从复杂背景下抠图

## 软件环境

- numpy
Expand Down

0 comments on commit 7608e4d

Please sign in to comment.