go-qrcode icon indicating copy to clipboard operation
go-qrcode copied to clipboard

Embed image into centre of QR code

Open kaihendry opened this issue 4 years ago • 4 comments

Hi, are there examples of placing a logo in the centre of a qrcodeData, _ := qrcode.Encode(encodeme, 2, 256) call?

kaihendry avatar Nov 02 '20 06:11 kaihendry

@kaihendry have you found a solution to this?

donvito avatar Dec 15 '20 09:12 donvito

No

kaihendry avatar Dec 15 '20 09:12 kaihendry

found a solution?

deikatsuo avatar Feb 08 '21 10:02 deikatsuo

This lib seems to offer this function: https://github.com/yeqown/go-qrcode

yktoo avatar Mar 28 '21 09:03 yktoo