Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/auula/qrcode-go

Golang genreate tool library of QrCode.
https://github.com/auula/qrcode-go

golang golang-library golang-package qrcode qrcode-generator

Last synced: about 2 months ago
JSON representation

Golang genreate tool library of QrCode.

Awesome Lists containing this project

README

        

## 设置头像
```golang
qr.SetAvatar(&qrcode.Avatar{
Src: "../static/1.jpg",
Width: 60,
Height: 60,
Round: 10,
})
```

## 设置背景图
```
qr.SetBackgroundImage(&qrcode.SetBackgroundImage{
Src: "../static/3.png",
X: 70,
Y: 55,
Width: 270,
Height: 270,
})
```

## 设置前景图
```
qr.SetForegroundImage("../static/2.png")
```

![image](https://github.com/lihaotian0607/qrcode/blob/master/resources/qr-avatar.png)
![image](https://github.com/lihaotian0607/qrcode/blob/master/resources/qr-bg.png)
![image](https://github.com/lihaotian0607/qrcode/blob/master/resources/qr-fg.png)
![image](https://github.com/lihaotian0607/qrcode/blob/master/resources/out.png)
![image](https://github.com/lihaotian0607/qrcode/blob/master/resources/20200510170738.png)
![image](https://github.com/lihaotian0607/qrcode/blob/master/resources/20200510170741.png)
![image](https://github.com/lihaotian0607/qrcode/blob/master/resources/20200510170755.png)
![image](https://github.com/lihaotian0607/qrcode/blob/master/resources/20200510170802.png)
![image](https://github.com/lihaotian0607/qrcode/blob/master/resources/20200510170810.png)
![image](https://github.com/lihaotian0607/qrcode/blob/master/resources/20200510170813.png)