You've already forked amazing-qr
mirror of
https://github.com/x-hw/amazing-qr.git
synced 2025-07-17 01:32:32 +02:00
update README
This commit is contained in:
26
README.md
26
README.md
@ -145,6 +145,21 @@ The only one difference from Artistic QR-Code mentioned above is that you should
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Tips
|
||||||
|
|
||||||
|
* Use a **square** picture instead of a rectangle one.
|
||||||
|
|
||||||
|
请采用**正方形**的图片
|
||||||
|
|
||||||
|
* If part of picture is transparent, the qr code will be like: 
|
||||||
|
|
||||||
|
You can change it into white, then be like: 
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
如果图片的模式是 “**RGBA**” 且 A 值为0(即透明无色),最终效果是:
|
||||||
|
|
||||||
|
你可以将透明部分修改成白色,最终效果会变成
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -166,18 +181,19 @@ The only one difference from Artistic QR-Code mentioned above is that you should
|
|||||||
· , . : ; + - * / \ ~ ! @ # $ % ^ & ` [ ] ( ) ? _ { } | and (space)
|
· , . : ; + - * / \ ~ ! @ # $ % ^ & ` [ ] ( ) ? _ { } | and (space)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Dependences 依赖库
|
## Dependences 依赖库
|
||||||
|
|
||||||
* Python 3
|
|
||||||
* pillow
|
* pillow
|
||||||
* numpy
|
* numpy
|
||||||
* [imageio](https://pypi.python.org/pypi/imageio)
|
* [imageio](https://pypi.python.org/pypi/imageio)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## System 系统
|
|
||||||
|
|
||||||
* Linux
|
## Environment 运行环境
|
||||||
* Windows
|
|
||||||
|
* Linux, Python 3
|
||||||
|
* Windows, Python 3
|
BIN
example/a0.png
Normal file
BIN
example/a0.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.4 KiB |
BIN
example/aa.png
Normal file
BIN
example/aa.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.8 KiB |
Reference in New Issue
Block a user